- 02 Mar, 2006 3 commits
- 01 Mar, 2006 17 commits
-
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
unknown authored
Revise README.gcov. mysql-test/README.gcov: Revise README.gcov.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478 mysql-test/README: Auto merged
-
unknown authored
Revise mysql-test README. mysql-test/README: Revise mysql-test README.
-
unknown authored
into lsmy3.wdf.sap.corp:/data/users/tkatchaounov/mysql/src/5.0-bug-17523
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into lsmy3.wdf.sap.corp:/data/users/tkatchaounov/mysql/src/5.0-dbg
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-bug-17523
-
unknown authored
into mysql.com:/home/alexi/bugs/mysql-5.0-merged sql/sql_db.cc: Merge
-
unknown authored
-
unknown 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. sql/net_serv.cc: Windows does not need protection from sd >= FD_SETSIZE, it uses an array to store the sd's it should read from. Change the handler for when "net_data_is_ready" returns -1 to perform nonblocking read to empty the net. Only include that handler if HAVE_POLL is not defined and not windows
-
unknown authored
Allocating/freeing memory for the db member of THD is wholy managed by slave thread.
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.17602
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
- 28 Feb, 2006 17 commits
-
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 mysql-test/t/mysqltest.test: Auto merged
-
unknown authored
Add real_sleep tests. mysql-test/t/mysqltest.test: Add real_sleep tests.
-
unknown authored
expand tab client/mysqltest.c: expand tab
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/mysqltest.result: Auto merged
-
unknown 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. client/mysqltest.c: Fix do_sleep() to print correct command name for real_sleep. mysql-test/r/mysqltest.result: Update test result for real_sleep error message. mysql-test/README: Fix URL. mysql-test/mysql-test-run.sh: Fix URLs.
-
unknown authored
Fix reference to incorrect (non-existent) options in comment. client/mysqltest.c: Fix reference to incorrect (non-existent) options in comment.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: Auto merged
-
unknown authored
Correct/clarify comments. client/mysqltest.c: Correct/clarify comments.
-
unknown authored
Fix typos. client/mysqltest.c: Fix typos.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: y manual merge
-
unknown authored
Fix typos. client/mysqltest.c: Fix typos.
-
unknown authored
into sunlight.local:/work_local/14169-bug-5.0-mysql tests/mysql_client_test.c: Auto merged
-
unknown 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. sql/item_sum.h: Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was used The Item_func_group_concat::field_type() now returns FIELD_TYPE_BLOB if the result is longer than 512 chars. tests/mysql_client_test.c: Added test case for bug#14169: type of group_concat() result changed to blob if tmp_table was used
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown 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 3 commits
-
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.0-bug13418 sql/field.h: Auto merged
-
unknown authored
sql/field.h: Virtualized some functions so that Bit_field class will use correct cmp functions
-
unknown 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. mysql-test/t/trigger.test: Now we use MYSQLTEST_VARDIR in order to be able to run this test in different vardir. Also improved cleanup after the test.
-