- 05 Feb, 2007 2 commits
- 18 Dec, 2006 1 commit
-
-
unknown authored
The relay log may not be open for some reason (e.g. disk error) after rotation, and using it causes the slave crash. Fix: check we have it open before access, return error otherwise. sql/slave.cc: Fix for bug #10798: If relay log fails to rotate, slave will crash after - check if the relay log is open before any access.
-
- 17 Dec, 2006 1 commit
-
-
unknown authored
into shakedown.(none):/home/jpipes/dev/bug21970/my51-bug21970
-
- 16 Dec, 2006 3 commits
- 15 Dec, 2006 23 commits
-
-
unknown authored
into qualinost.(none):/home/mtaylor/src/mysql-5.1-maint mysql-test/r/myisam.result: Auto merged mysys/default.c: Auto merged
-
unknown authored
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint mysys/default.c: Section of code from 4.1 doesn't exist anymore.
-
unknown authored
bug #25104 mysys/default.c: Added /etc/mysql to the search path after /etc. scripts/mysqld_multi.sh: Added /etc/mysql to the my.cnf search path. Changed chop to chomp - since it's smarter.
-
unknown authored
bug #25104 mysys/default.c: Added support for /etc/mysql after /etc in the search path for my.cnf
-
unknown authored
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint mysql-test/r/myisam.result: Auto merged
-
unknown authored
into qualinost.(none):/home/mtaylor/src/mysql-4.1-maint
-
unknown authored
-
unknown authored
Pass different msg if waiting on empty queue sql/event_queue.cc: Calculate offset for wait time passed to set_timespec instead of the "absolute time" from execute_at Pass different msg if waiting on empty queue
-
unknown authored
- Move the specific test case to a separate file that is run only if we have a disabled handler. mysql-test/r/warnings.result: Move the test for warning that table type is changed to separate file as it only occurs when engine is disabled. mysql-test/t/warnings.test: Move the test for warning that table type is changed to separate file as it only occurs when engine is disabled. mysql-test/r/warnings_engine_disabled.result: Move the test for warning that table type is changed to separate file as it only occurs when engine is disabled. mysql-test/t/warnings_engine_disabled-master.opt: New BitKeeper file ``mysql-test/t/warnings_engine_disabled-master.opt'' mysql-test/t/warnings_engine_disabled.test: Move the test for warning that table type is changed to separate file as it only occurs when engine is disabled.
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint mysql-test/t/rpl_openssl.test: Auto merged
-
unknown authored
- Remove check not to run on windows. mysql-test/t/rpl_openssl.test: Remove check not to run on windows
-
unknown authored
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint scripts/mysqld_safe.sh: Auto merged
-
unknown authored
into shellback.:C:/mysql/mysql-5.1-new-maint
-
unknown authored
-
unknown authored
Use macros for working with "struct timespec" in event_queue.cc Fix merge problem include/my_pthread.h: Remove merge problem causing "struct timespec" to be declared twice Add macro "get_timespec_sec" used for retrieving the time in seconds sql/event_queue.cc: Use macros for working with "struct timespec" sql/log_event.cc: Add casts from "byte*" to "char*"
-
unknown authored
into kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint mysql-test/r/myisam.result: SCCS merged
-
unknown authored
- Result file was not properly committed. - Update result file to match the new test case. mysql-test/r/myisam.result: Bug#17498 failed to put data file in custom directory use "data directory" option - Update result file to match the new test case.
-
unknown authored
into siva.hindu.god:/usr/home/tim/m/bk/51 mysql-test/r/symlink.result: Auto merged
-
unknown authored
-
unknown authored
into shakedown.(none):/home/jpipes/dev/bug21970/my51-bug21970 mysql-test/mysql-test-run-shell.sh: Fix for Bug#21970 Usage of "MASTER_MYPORT+1" caused a string "9306+1" to be evaluated instead of the correct "9307". Thie fix was adding a space around the plus sign. Merged changes from 5.0 into 5.1; kept addition of --protocol=tcp in the 5.1 shell script entries and corrected the expression evaluation by adding a space between MASTER_MYPORT and "+1" to ensure that 9307 is output instead of the string "9306+1"
-
unknown authored
into siva.hindu.god:/usr/home/tim/m/bk/51 mysql-test/r/symlink.result: Auto merged mysql-test/t/symlink.test: Auto merged scripts/mysqld_safe.sh: Auto merged mysql-test/r/myisam.result: Manual merge mysql-test/t/myisam.test: Manual merge
-
- 14 Dec, 2006 10 commits
-
-
unknown authored
into siva.hindu.god:/usr/home/tim/m/bk/50 mysql-test/r/myisam.result: Manual merge. mysql-test/r/symlink.result: Manual merge. mysql-test/t/myisam.test: Manual merge. mysql-test/t/symlink.test: Manual merge.
-
unknown authored
mysql-test/r/myisam.result: Fix results file - a test was moved from the .test file, but the results were not updated. mysql-test/r/symlink.result: echo End of 4.1 tests while I'm here mysql-test/t/myisam.test: echo End of 4.1 tests while I'm here mysql-test/t/symlink.test: echo End of 4.1 tests while I'm here
-
unknown authored
Added a space between $MASTER_MYPORT and "+ 1" to ensure that the script correctly output 9307 instead of the string "9306+1"
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint extra/yassl/src/ssl.cpp: Auto merged scripts/mysqld_safe.sh: Auto merged sql/net_serv.cc: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint client/mysqltest.c: Auto merged mysql-test/r/archive.result: Auto merged mysql-test/t/archive.test: SCCS merged
-
unknown authored
mysql-test/r/have_dynamic_loading.require: Rename: mysql-test/r/have_udf.require -> mysql-test/r/have_dynamic_loading.require mysql-test/include/have_udf.inc: Rename have_udf.require to hqave_dynamic_loading.require mysql-test/mysql-test-run.pl: Add support for ha_example plugin mysql-test/include/have_example_plugin.inc: New BitKeeper file ``mysql-test/include/have_example_plugin.inc'' mysql-test/r/have_example_plugin.require: New BitKeeper file ``mysql-test/r/have_example_plugin.require'' mysql-test/r/plugin.result: New BitKeeper file ``mysql-test/r/plugin.result'' mysql-test/t/plugin.test: New BitKeeper file ``mysql-test/t/plugin.test''
-
unknown authored
include/my_pthread.h: Fix botched merge - add struct timespec and set_timespec(), etc.
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
-
unknown authored
into qualinost.(none):/home/mtaylor/src/mysql-5.1-maint scripts/mysqld_safe.sh: Auto merged
-