- 02 Mar, 2006 1 commit
-
-
ramil@mysql.com authored
-
- 01 Mar, 2006 11 commits
-
-
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
-
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.
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.17602
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
- 28 Feb, 2006 17 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
Add real_sleep tests.
-
paul@snake-hub.snake.net authored
expand tab
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
Fix URLs. README: Fix URL. mysqltest.result: Update test result for real_sleep error message. mysqltest.c: Fix do_sleep() to print correct command name for real_sleep.
-
paul@snake-hub.snake.net authored
Fix reference to incorrect (non-existent) options in comment.
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
Correct/clarify comments.
-
paul@snake-hub.snake.net authored
Fix typos.
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
Fix typos.
-
evgen@sunlight.local authored
into sunlight.local:/work_local/14169-bug-5.0-mysql
-
evgen@moonbone.local authored
used In a simple queries a result of the GROUP_CONCAT() function was always of varchar type. But if length of GROUP_CONCAT() result is greater than 512 chars and temporary table is used during select then the result is converted to blob, due to policy to not to store fields longer than 512 chars in tmp table as varchar fields. In order to provide consistent behaviour, result of GROUP_CONCAT() now will always be converted to blob if it is longer than 512 chars. Item_func_group_concat::field_type() is modified accordingly.
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
gluh@eagle.intranet.mysql.r18.ru authored
The table may be corrupted and decimal columns may have invalid values in this case. To prevent crash we need to check that decimal column has allowable value. In case of invalid value generate warning and set the value to 0.
-
- 27 Feb, 2006 11 commits
-
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/mysql-5.0-bug13418
-
lars@mysql.com authored
-
dlenev@mysql.com authored
bug #13525 "Rename table does not keep info of triggers". Now we use MYSQLTEST_VARDIR in order to be able to run this test in different vardir. Also improved cleanup after the test.
-
dlenev@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13525
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/#15943-mysql-5.0
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13525
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug17314-push
-
msvensson@neptunus.(none) authored
- Use 'poll' if available - Check that sd <= FD_SETSIZE if using 'select' - Handle case when 'net_data_is_ready' returns -1, ie. sd > FD_SETSIZE and 'select' is used
-
msvensson@devsrv-b.mysql.com authored
- Use binary charset in acl_cache, to make searches case sensitive - Add testcase
-
SergeyV@selena. authored
-