An error occurred fetching the project authors.
- 18 Feb, 2005 1 commit
-
-
bar@mysql.com authored
Backporting Monty's fix for 5.0 into 4.1.
-
- 10 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
(after discussion with SerG)
-
- 13 Sep, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-
- 23 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
more logical table/index_flags return HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate max_keys and other limits renamed to max_supported_keys/etc max_keys/etc are now wrappers to max_supported_keys/etc ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
-
- 16 May, 2004 1 commit
-
-
monty@mishka.local authored
New records_in_range() interface (similar to read_range()) Macros for faster bitmap handling Simplify read_range() code (#WL1786) New general key_cmp() function to compare keys
-
- 11 May, 2004 1 commit
-
-
monty@mysql.com authored
Prefer not automatic keys before automatic keys. If there is two conf
-
- 15 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-
- 06 Apr, 2004 2 commits
-
-
serg@serg.mylan authored
::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_insert(), end_bulk_insert() Field::val_str simplification, comment
-
brian@brian-akers-computer.local authored
Fixed spelling of example share and fxed indention. ha_example.cc: Fixed spelling of example and removed a few unneeded printf pieces. my_base.h: Adde HA_ERR_NOT_IMPLEMENTED at Monty's request
-
- 18 Mar, 2004 1 commit
-
-
ingo@mysql.com authored
-
- 17 Mar, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix Bug #1942: do not retrieve all columns in a table if we only need the 'ref' of the row (usually, the PRIMARY KEY) to calculate an ORDER BY
-
- 16 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
error message corrected
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
-
- 20 Nov, 2003 2 commits
-
-
monty@mysql.com authored
Portability fixes After merge fixes
-
monty@mashka.mysql.fi authored
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 15 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
After merge fixes
-
- 07 Oct, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
-
- 02 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure
-
- 14 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
-
- 12 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
-
- 07 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix bug: if MIN() or MAX() resulted in a deadlock or a lock wait timeout, MySQL did not return an error, but NULL as the function value
-
- 18 Feb, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Add comment about what kind of key value prefixes HA_READ_KEY_PREFIX_LAST etc. allow as a search key
-
- 28 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 09 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
-
- 07 Dec, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 29 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
-
- 14 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 25 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
full support for HA_READ_PREFIX_LAST_OR_PREV in MyISAM protected by #if NOT_IMPLEMENTED_YET in opt_range.cc as not all table handlers support it
-
- 18 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
-
- 05 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(Merge of code from 4.0)
-
- 22 May, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 18 Apr, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 15 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
-
- 12 Jan, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Added ORDER BY optimization
-
- 05 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for new bug in CREATE TABLE when sorting keys.
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 28 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-