An error occurred fetching the project authors.
- 06 Apr, 2008 1 commit
-
-
skozlov/ksm@mysql.com/virtop.(none) authored
Bug#32654. The reason of bug is incorrect clean up during restarting of mysqld under Windows platform (seems some files were in-use). Mtr restarts servers because an option file exist for slave. The option file for slave forces to skip test.foo table for replication. But really test case does not invlved test.foo table at all. So option file can be removed and mtr will not restart servers for test case.
-
- 03 Apr, 2008 1 commit
-
-
skozlov/ksm@mysql.com/virtop.(none) authored
Added --log-slave-updates because test requires it. The events based on LOAD DATA INFILE masked by --replace_regex instead restarting of slave. Added waiting start and stop of slave after START|STOP SLAVE statements.
-
- 30 Nov, 2007 1 commit
-
-
mleich@four.local.lan authored
Bug#31030 rpl000015.test fails if $MYSQL_TCP_PORT != 3306 Note: This bug does not occur in MySQL 5.0 and up, because ChangeSet 1.2328.2.1 2006/11/27 for MySQL 5.0 prevents this. The 5.0 fix uses the environment variable DEFAULT_MASTER_PORT which is set by mysql-test-run.pl. mysql-test-run.pl in 4.1 does not set this variable. There are two alternatives: 1) Backport the 5.0 fix for this test including modifications to mysql-test-run.pl and mysql-test-run-shell. This is a not acceptable impact on an old MySQL version. 2) Fix the problem different than in 5.0 like in the current ChangeSet + do not apply these changes when upmerging to 5.0
-
- 28 Nov, 2007 1 commit
-
-
istruewing@stella.local authored
Disabled test case.
-
- 27 Nov, 2007 1 commit
-
-
istruewing@stella.local authored
Disabled the test case.
-
- 26 Nov, 2007 1 commit
-
-
istruewing@stella.local authored
Disabled test case
-
- 23 Nov, 2007 3 commits
-
-
istruewing@stella.local authored
Disabled test case
-
istruewing@stella.local authored
Disabled test case
-
istruewing@stella.local authored
Disabled test case
-
- 02 Nov, 2007 1 commit
-
-
istruewing@stella.local authored
Preliminarily disabled test case
-
- 30 May, 2007 1 commit
-
-
anozdrin/alik@ibm. authored
-
- 14 May, 2007 3 commits
-
-
anozdrin/alik@ibm. authored
-
anozdrin/alik@ibm. authored
-
anozdrin/alik@ibm. authored
-
- 11 May, 2007 1 commit
-
-
cbell/Chuck@suse.vabb.com authored
This patch enables the NDB test ndb_load that was previously disabled as a result of the LOAD DATA INFILE bug reported in BUG#17233.
-
- 23 Mar, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 10 Mar, 2007 1 commit
-
-
tomas@poseidon.mysql.com authored
-
- 23 Feb, 2007 1 commit
-
-
gbichot@dl145h.mysql.com authored
"INSERT... ON DUPLICATE KEY UPDATE skips auto_increment values" didn't make it into 5.0.36 and 5.1.16, so we need to adjust the bug-detection-based-on-version-number code. Because the rpl tree has a too old version, rpl_insert_id cannot pass, so I disable it (like is already the case in 5.1-rpl for the same reason), and the repl team will re-enable it when they merge 5.0 and 5.1 into their trees (thus getting the right version number).
-
- 20 Feb, 2007 1 commit
-
-
anozdrin/alik@alik.opbmk authored
The cause of im_daemon_life_cycle.imtest random failures was the following behaviour of some implementations of LINUX threads: let's suppose that a process has several threads (in LINUX threads, there is a separate process for each thread). When the main process gets killed, the parent receives SIGCHLD before all threads (child processes) die. In other words, the parent receives SIGCHLD, when its child is not completely dead. In terms of IM, that means that IM-angel receives SIGCHLD when IM-main is not dead and still holds some resources. After receiving SIGCHLD, IM-angel restarts IM-main, but IM-main failed to initialize, because previous instance (copy) of IM-main still holds server socket (TCP-port). Another problem here was that IM-angel restarted IM-main only if it was killed by signal. If it exited with error, IM-angel thought it's intended / graceful shutdown and exited itself. So, when the second instance of IM-main failed to initialize, IM-angel thought it's intended shutdown and quit. The fix is 1. to change IM-angel so that it restarts IM-main if it exited with error code; 2. to change IM-main so that it returns proper exit code in case of failure.
-
- 06 Feb, 2007 1 commit
-
-
msvensson@pilot.mysql.com authored
- Don't give mysqld the --log-bin argument if .opt file contains --skip-log-bin - Enable flush2 test
-
- 24 Jan, 2007 1 commit
-
-
dlenev@mockturtle.local authored
the team tree for additional investigation.
-
- 22 Jan, 2007 1 commit
-
-
anozdrin/alik@alik. authored
Do not propagate this change into main trees.
-
- 20 Dec, 2006 2 commits
-
-
joerg@trift2. authored
-
joerg@trift2. authored
-
- 07 Dec, 2006 1 commit
-
-
Implementing event based replication of LC_TIME_NAMES for 5.0 (as a replacement of previously made ONE_SHOT replication)
-
- 05 Dec, 2006 1 commit
-
-
- 04 Dec, 2006 1 commit
-
-
thek@kpdesk.mysql.com authored
disables binlog.
-
- 15 Nov, 2006 1 commit
-
-
lars@mysql.com/black.(none) authored
-
- 04 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 03 Aug, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 02 Aug, 2006 1 commit
-
-
kostja@bodhi.local authored
-
- 28 Apr, 2006 1 commit
-
-
msvensson@shellback.(none) authored
Add more DBUG_PRINT's in udf_handler::val_str Enable udf.test
-
- 27 Apr, 2006 2 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
Add test to mysql-test-run.pl to see if the udf_example.so is availble. Set envioronment variable UDF_EXAMPLE_LIB if it is. Then check in have_udf if that variable is set. Finally use tahe variable when loading the shared library.
-
- 24 Apr, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 21 Apr, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 18 Apr, 2006 1 commit
-
-
pem@mysql.com authored
Removed sp-goto.test, sp-goto.result and all (disabled) GOTO code. Also removed some related code that's not needed any more (no possible unresolved label references any more, so no need to check for them). NB: Keeping the ER_SP_GOTO_IN_HNDLR in errmsg.txt; it might become useful in the future, and removing it (and thus re-enumerating error codes) might upset things. (Anything referring to explicit error codes.)
-
- 13 Apr, 2006 1 commit
-
-
mleich@mysql.com authored
MySQL 4.1 and Bug#16920 rpl_deadlock_innodb fails in show slave status (reported for MySQL 5.1) - backport of several fixes done in MySQL 5.0 to 4.1 - fix for new discovered instability (see comment on Bug#12429 + Bug#16920) - reenabling of testcases
-
- 12 Apr, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add variable "have_dynamic_loading" and use it to check if the udf test should be run.
-
- 28 Mar, 2006 1 commit
-
-
ian@zim.(none) authored
-