some test fixes after merging 57840

This commit is contained in:
Bjorn Munch 2010-11-06 19:21:12 +01:00
parent d88353ec88
commit b541611cb9
12 changed files with 13 additions and 3 deletions

View file

@ -13,3 +13,4 @@ n
24
drop table t1;
delete from mysql.user where user="replicate";
call mtr.force_restart();

View file

@ -33,3 +33,4 @@ Slave_IO_Running = No (should be No)
DROP TABLE t1;
[on master]
DROP TABLE t1;
call mtr.force_restart();

View file

@ -31,4 +31,6 @@ drop table t1;
delete from mysql.user where user="replicate";
sync_slave_with_master;
call mtr.force_restart();
# End of 4.1 tests

View file

@ -0,0 +1 @@
--force-restart

View file

@ -0,0 +1 @@
--force-restart

View file

@ -0,0 +1 @@
--force-restart

View file

@ -0,0 +1 @@
--force-restart

View file

@ -1 +1,2 @@
$SEMISYNC_PLUGIN_OPT
--force-restart

View file

@ -68,3 +68,4 @@ DROP TABLE t1;
--echo [on master]
connection master;
DROP TABLE t1;
call mtr.force_restart();

View file

@ -150,3 +150,4 @@ source include/diff_tables.inc;
--echo =====Clean up=======;
connection master;
drop table t1;
--remove_file $MYSQLD_SLAVE_DATADIR/master.backup

View file

@ -1,3 +1,2 @@
--loose-debug="+d,all_errors_are_temporary_errors" --slave-transaction-retries=2
--force-restart

View file

@ -1062,7 +1062,7 @@ SELECT ( SELECT a UNION SELECT a ) INTO OUTFILE 'union.out.file3' FROM t1;
SELECT ( SELECT a UNION SELECT a ) INTO DUMPFILE 'union.out.file4' FROM t1;
DROP TABLE t1;
remove_files_wildcard $MYSQLTEST_VARDIR/mysqld.1/data/test union.out.fil*;
--echo #
--echo # Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY