mariadb/mysql-test/suite
Sven Sandberg 0d87c6edf0 BUG#59084: rpl_do_grant started to fail on FreeBSD (presumably after BUG#49978)
Problem: master executed a statement that would fail on slave
(namely, DROP USER 'create_rout_db'@'localhost').
Then the test did:
  --let $rpl_only_running_threads= 1
  --source include/rpl_reset.inc
rpl_reset.inc calls rpl_sync.inc, which first checks which of
the threads are running and then syncs those threads that are
running. If the SQL thread fails after the check, the sync will
fail. So there was a race in the test and it failed on some
slow hosts.
Fix: Don't replicate the failing statement.
2010-12-21 13:09:38 +01:00
..
binlog Fixed pb failure. 2010-12-20 10:07:35 +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 #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
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 merge from 5.1 2010-09-29 12:56:10 +02: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 Fixed following problems: 2010-12-14 12:33:03 +03:00
innodb_plugin Fixed following problems: 2010-12-14 12:33:03 +03: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 Bug#27029 alter table ... enable keys crashes mysqld on large table 2007-06-21 12:45:56 -04:00
manual BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
ndb merged 2010-10-05 11:47:03 +03: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#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl BUG#59084: rpl_do_grant started to fail on FreeBSD (presumably after BUG#49978) 2010-12-21 13:09:38 +01: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 BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00