- 08 Mar, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug17137/my50-bug17137
-
msvensson@neptunus.(none) authored
- Decrease "slave_open_temp_tables" during reopen of truncated table. - Add test "rpl_trunc_temp"
-
- 14 Feb, 2006 10 commits
-
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.0
-
evgen@moonbone.local authored
into moonbone.local:/work/16272-bug-5.0-mysql
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.0
-
evgen@moonbone.local authored
The Item_func_if::fix_length_and_dec() function when calculating length of result doesn't take into account unsigned_flag. But it is taken when calculating length of temporary field. This result in creating field that shorter than needed. Due to this, in the reported query 40.0 converted to 9.99. The function Item_func_if::fix_length_and_dec() now adds 1 to the max_length if the unsigned_flag isn't set.
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.0
-
evgen@moonbone.local authored
into moonbone.local:/work/16752-bug-5.0-mysql
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.cs_fs
-
bar@mysql.com authored
Backporting character_set_filesystem from 5.0 to 5.1.
-
- 13 Feb, 2006 17 commits
-
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0-bug16217
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/mysql-4.1-bug16217
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.0
-
joerg@mysql.com authored
into mysql.com:/M41/rpmspec-4.1
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone
-
paul@snake-hub.snake.net authored
Fix out-of-order system variable.
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0-bug16217
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/mysql-4.1-bug16217
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.0
-
joerg@mysql.com authored
into mysql.com:/M50/rpmspec-5.0
-
SergeyV@selena. authored
into selena.:H:/MYSQL/bkt/mysql-5.0
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/#06536-mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
brian@zim.tangent.org authored
Discoved while debugging in 5.1 that there was a bug where a certain crash could lead to two problems. 1) An additional share in memory that was allocated but did not have the correct use_count (so it would never be fulled deleted). Also discovered that a thread that called repair would write new rows, but would not see them. All other threads were ok, and the data was fine, but the thread doing the repair was unable to see the new rows.
-
tomas@poseidon.ndb.mysql.com authored
add optional reporting of of a "name" tied to a nodeid in the cluster log reporting added for mysql server and ndb_restore
-
- 12 Feb, 2006 4 commits
-
-
kent@mysql.com authored
-
kent@mysql.com authored
Added { ... } around float8get() macro, avoids VC7 error message "illegal else without matching if" mtr_report.pl: Parse error logs to create "warnings" file mtr_cases.pl: Added optoion --ignore-disabled-def Windows build now let TZ pass, removed work around mysql-test-run.pl, mtr_process.pl: Back port of changes from 5.0
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
print => echo in shell script
-
- 11 Feb, 2006 5 commits
-
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-4.1-fixrace
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
kent@mysql.com authored
-
kent@mysql.com authored
Give space for second and third slave port
-
knielsen@mysql.com authored
errorneously abort reporting failure to kill child processes, where in reality the problem was merely that the child had become a zombie because of missing waitpid() call.
-
- 10 Feb, 2006 2 commits
-
-
kent@mysql.com authored
Display instance manager port mysql-test-run.sh: Give port space for more than one slave
-
kent@mysql.com authored
-