Commit b541611c authored by Bjorn Munch's avatar Bjorn Munch

some test fixes after merging 57840

parent d88353ec
...@@ -13,3 +13,4 @@ n ...@@ -13,3 +13,4 @@ n
24 24
drop table t1; drop table t1;
delete from mysql.user where user="replicate"; delete from mysql.user where user="replicate";
call mtr.force_restart();
...@@ -33,3 +33,4 @@ Slave_IO_Running = No (should be No) ...@@ -33,3 +33,4 @@ Slave_IO_Running = No (should be No)
DROP TABLE t1; DROP TABLE t1;
[on master] [on master]
DROP TABLE t1; DROP TABLE t1;
call mtr.force_restart();
...@@ -31,4 +31,6 @@ drop table t1; ...@@ -31,4 +31,6 @@ drop table t1;
delete from mysql.user where user="replicate"; delete from mysql.user where user="replicate";
sync_slave_with_master; sync_slave_with_master;
call mtr.force_restart();
# End of 4.1 tests # End of 4.1 tests
$SEMISYNC_PLUGIN_OPT $SEMISYNC_PLUGIN_OPT
--force-restart
...@@ -68,3 +68,4 @@ DROP TABLE t1; ...@@ -68,3 +68,4 @@ DROP TABLE t1;
--echo [on master] --echo [on master]
connection master; connection master;
DROP TABLE t1; DROP TABLE t1;
call mtr.force_restart();
...@@ -150,3 +150,4 @@ source include/diff_tables.inc; ...@@ -150,3 +150,4 @@ source include/diff_tables.inc;
--echo =====Clean up=======; --echo =====Clean up=======;
connection master; connection master;
drop table t1; drop table t1;
--remove_file $MYSQLD_SLAVE_DATADIR/master.backup
--loose-debug="+d,all_errors_are_temporary_errors" --slave-transaction-retries=2 --loose-debug="+d,all_errors_are_temporary_errors" --slave-transaction-retries=2
--force-restart
...@@ -1062,7 +1062,7 @@ SELECT ( SELECT a UNION SELECT a ) INTO OUTFILE 'union.out.file3' FROM t1; ...@@ -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; SELECT ( SELECT a UNION SELECT a ) INTO DUMPFILE 'union.out.file4' FROM t1;
DROP TABLE t1; DROP TABLE t1;
remove_files_wildcard $MYSQLTEST_VARDIR/mysqld.1/data/test union.out.fil*;
--echo # --echo #
--echo # Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY --echo # Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment