mariadb/mysql-test/suite
Luis Soares 6041d9c886 Fix for BUG#11868903 (BUG#59717)
There is a race between two threads: user thread and the dump
thread. The former sets a debug instruction that makes the latter wait
before processing an Xid event. There can be cases that the dump
thread has not yet processed the previous Xid event, causing it to
wait one Xid event too soon, thus causing sync_slave_with_master never
to resume.
      
We fix this by moving the instructions that set the debug variable
after calling sync_slave_with_master.
2011-03-16 15:11:54 +00:00
..
binlog Bug #11762407 54999: MTR GLOBAL SUPPRESSION HIDES SQL THREAD EXECUTION UNEXPECTED ERRORS 2011-02-23 10:31:37 +01:00
bugs BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
engines Bug#11766165 - 59211: SELECT RETURNS DIFFERENT VALUE FOR MIN(YEAR) FUNCTION 2011-03-01 21:26:24 +05:30
federated Bug#35333, "If Federated table can't connect to remote host, can't retrieve 2010-11-29 22:46:43 -06:00
funcs_1 Merged fix for bug #36544 "DROP USER does not remove stored 2011-02-07 15:06:22 +03:00
funcs_2 merge 5.0-> 5.1 2009-04-24 13:00:17 -04:00
im Move instance manager tests to it's own suite 2007-08-29 19:02:33 +02:00
innodb Merge mysql-5.1-innodb -> mysql-5.1 2011-02-18 14:57:11 +02:00
innodb_plugin Merge mysql-5.1-innodb -> mysql-5.1 2011-02-18 14:57:11 +02:00
jp Bug #45159 : some tests in suite "jp" fail in embedded server (use LOAD DATA) 2009-09-11 15:52:08 +03:00
large_tests
manual BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
ndb Bug#57924: crash when creating partitioned table with 2011-01-10 16:20:28 +01:00
ndb_team BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
parts Bug#59418: parts suite have several failures with --embedded-server 2011-01-18 23:55:39 +01:00
rpl Fix for BUG#11868903 (BUG#59717) 2011-03-16 15:11:54 +00:00
rpl_ndb BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
stress Merge trift2.:/MySQL/M51/mysql-5.1 2008-02-22 16:14:27 +01:00
sys_vars Merge from mysql-5.1.55-release 2011-02-08 12:52:33 +01:00