- 03 Mar, 2006 1 commit
-
-
evgen@moonbone.local authored
When the Item_cond::fix_fields() function reduces cond tree, it in loop scans it's own list and when it founds Item_cond with same function (AND or OR) it does next things: 1) replaces that item with item's list. 2) empties item's list. Due to this operation is done twice - for update and for view, at the update phase cond's list of lower view is already empty. Empty list returns ref to itself, thus making endless loop by replacing list with itself, emptying, replacing again and so on. This results in server hung up. To the Item_cond::fix_fields() function added check that ensures that list being replaced with isn't empty.
-
- 02 Mar, 2006 14 commits
-
-
joerg@mysql.com authored
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
joerg@mysql.com authored
-
msvensson@neptunus.(none) authored
database - Fix test case for systems with "lowercase names"
-
msvensson@neptunus.(none) authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
holyfoot@mysql.com authored
into mysql.com:/home/hf/work/mysql-5.0.9088
-
holyfoot@mysql.com authored
into mysql.com:/home/hf/work/mysql-5.0.9088
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.0-r1.2173
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
revise README.
-
- 01 Mar, 2006 25 commits
-
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
Revise README.gcov.
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1
-
paul@snake-hub.snake.net authored
Revise mysql-test README.
-
joerg@mysql.com authored
into mysql.com:/M40/comment-4.0
-
joerg@mysql.com authored
into mysql.com:/M41/comment-4.1
-
tkatchaounov@lsmy3.wdf.sap.corp authored
into lsmy3.wdf.sap.corp:/data/users/tkatchaounov/mysql/src/5.0-bug-17523
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
tkatchaounov@lsmy3.wdf.sap.corp authored
into lsmy3.wdf.sap.corp:/data/users/tkatchaounov/mysql/src/5.0-dbg
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-17523
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-merged
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- Change to use non blocking read to empty channel in case of too large sd number - Don't check for too large socket number on Windows.
-
aivanov@mysql.com authored
Allocating/freeing memory for the db member of THD is wholy managed by slave thread.
-
joerg@mysql.com authored
-
joerg@mysql.com authored
to both the Shell and the Perl vaerion of "mysql-test-run"-
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
holyfoot@deer.(none) authored
-
joerg@mysql.com authored
mysql-test/mysql-test-run.sh : Add a "--comment=<string>" option, to get it logged when the test is run.
-