- 19 Aug, 2005 1 commit
-
-
jonas@eel.(none) authored
rename config.cpp -> ndb_config.cpp for case insesitive filesystems why wasn't this done in 4.1 directly
-
- 18 Aug, 2005 1 commit
-
-
jonas@eel.(none) authored
Split table version into 2 (major, minor) Impl. signaling to API when table has been altered Allow running transactions to use any minor number for transactions
-
- 26 Jul, 2005 2 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
- 25 Jul, 2005 2 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
- 24 Jul, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 23 Jul, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 21 Jul, 2005 1 commit
-
-
joreland@mysql.com authored
fix bug introduced in alter table
-
- 20 Jul, 2005 3 commits
-
-
joreland@mysql.com authored
fix error code to avoid clash with 5.0/5.1
-
joreland@mysql.com authored
add testcase to autotest
-
joreland@mysql.com authored
-
- 04 Jul, 2005 1 commit
-
-
joreland@mysql.com authored
fix bug in MemoryChannel
-
- 01 Jul, 2005 1 commit
-
-
joreland@mysql.com authored
fix handling of write's in lock queue add test case add support for pkWrite+async exec in HugoOperations
-
- 30 Jun, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 28 Jun, 2005 13 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug3-4.1
-
bell@sanja.is.com.ua authored
(IN() remove NULL rows only for tables from first argument (value which we looking for in IN() list) but not for tables from IN() list) Also it will be better change Item::not_null_tables() to prohibit this optimisation by default for new created items in 5.0 or 5.1.
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
monty@mysql.com authored
This fixed a failure of insert_update.test on some platforms
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
igor@rurik.mysql.com authored
Added a test case for bug #11414. sql_select.cc: Fixed bug #11414: crash on Windows with some simple GROUP BY queries. It happened to an allocation of an array containing 0 Copy_field elements in setup_copy_fields. The bug had been already fixed in 5.0.
-
bar@mysql.com authored
Fixing tests accordingly. ctype-ucs2.c: The same fix for UCS2. ctype-utf8.c: Bug #9557 MyISAM utf8 table crash The problem was that my_strnncollsp_xxx could return big value in the range 0..0xffff. for some constant pairs it could return 32738, which is defined as MI_FOUND_WRONG_KEY in myisamdef.h. As a result, table considered to be crashed. Fix to return -1,0 or 1.
-
kent@mysql.com authored
Bug#9873, reenabled --without-man option to work
-
kent@mysql.com authored
Enable build with CXX=gcc and gcc version 4
-
kent@mysql.com authored
Corrected quoting of string "pro-nt"
-
kent@mysql.com authored
Added missing `;' to DBUG_RETURN()
-
- 27 Jun, 2005 11 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mishka.local authored
Fixes while reviewing new pushed code NULL as argument to encrypt/decrypt should return NULL without a warning
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
up CREATE TABLE in innodb_file_per_table=1 mode.
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-4.1
-
monty@mishka.local authored
#9728 'Decreased functionality in "on duplicate key update #8147 'a column proclaimed ambigous in INSERT ... SELECT .. ON DUPLICATE' This ensures fields are uniquely qualified and also that one can't update other tables in the ON DUPLICATE KEY UPDATE part
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
- 25 Jun, 2005 1 commit
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-