An error occurred fetching the project authors.
- 24 Aug, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
error handling of view initialization fixed (Bug#4599)
-
- 15 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
two TABLE_LIST copy eliminated
-
- 09 Jul, 2004 1 commit
-
-
monty@mysql.com authored
Some bug fixes to last pushed code
-
- 08 Jul, 2004 1 commit
-
-
monty@mysql.com authored
New handler::index_flags() definition to make it easy to check the full used key and a specific key part. Added key part to optimize_range() to fix problems when using fields in key parts.
-
- 30 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 24 Jun, 2004 1 commit
-
-
bar@mysql.com 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
-
- 21 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
-
- 28 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Ensure that raid_chunks is not set to higher than 255 as this could cause problems with DROP DATABASE. (Bug #3182)
-
- 15 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-
- 07 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Cleanup/optimizations of structures and key usage to make it easier to move key-range-search to handler
-
- 06 Apr, 2004 3 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
-
bar@bar.intranet.mysql.r18.ru authored
-
serg@serg.mylan authored
-
- 28 Mar, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Actually it is not a bug but right behavior observed as pefomance degradation after we have forced Item_field::fix_fields() to re-execute each time when we are executing prep stmt. This patch implements small optimization which heals this bad behavior. We are caching field position in TABLE::field array in Item's member and are using this position for speeding up field lookups in fix_fields() in case of its re-execution.
-
- 12 Mar, 2004 2 commits
-
-
monty@mysql.com authored
-
vva@eagle.mysql.r18.ru authored
-
- 10 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 05 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
"Table truncated when creating another table name with Spaces" added to check_db_name, check_table_name and check_column_name test for end space
-
- 24 Feb, 2004 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 29 Jan, 2004 1 commit
-
-
monty@mysql.com authored
This fixed problem with index reads on character fields with BDB tables. (Bug #2509)
-
- 15 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
WL#1163 (Making spatial code optional) Pack of changes to do in sql/ code.
-
- 14 Jan, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
"PRIMARY" has been replaced by primary_key_name.
-
- 19 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 16 Dec, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
note: bar asked me to use res.charset in ::sql_type() functions to be more consistent.
-
- 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
-
- 09 Dec, 2003 1 commit
-
-
serg@serg.mylan 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.
-
- 30 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 24 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 20 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 11 Oct, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size Add more checks for "out of memory" detection in range optimization
-
serg@serg.mylan authored
-
- 28 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 19 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
-
- 13 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 26 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
BTREE, HASH and RTREE are not reserved symbols anymore
-
- 19 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-