- 01 Mar, 2006 9 commits
-
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-merged
-
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
-
joerg@mysql.com authored
mysql-test/mysql-test-run.sh : Add a "--comment=<string>" option, to get it logged when the test is run.
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.17602
-
- 28 Feb, 2006 6 commits
-
-
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 14 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
-
msvensson@neptunus.(none) authored
- Change && to || - Check for return value != 0 in "ndb->init()"
-
msvensson@neptunus.(none) authored
- Set FD_SETSIZE before including "sys/select.h"
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug17314
-
- 26 Feb, 2006 6 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13525
-
dlenev@mysql.com authored
after merging fix for it with main tree.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13525
-
- 25 Feb, 2006 5 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
- Added empty constructors and virtual destructors to many classes and structs - Removed some usage of the offsetof() macro to instead use C++ class pointers
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-