mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
some test fixes after merging 57840
This commit is contained in:
parent
d88353ec88
commit
b541611cb9
12 changed files with 13 additions and 3 deletions
|
@ -13,3 +13,4 @@ n
|
|||
24
|
||||
drop table t1;
|
||||
delete from mysql.user where user="replicate";
|
||||
call mtr.force_restart();
|
||||
|
|
|
@ -33,3 +33,4 @@ Slave_IO_Running = No (should be No)
|
|||
DROP TABLE t1;
|
||||
[on master]
|
||||
DROP TABLE t1;
|
||||
call mtr.force_restart();
|
||||
|
|
|
@ -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
|
||||
|
|
1
mysql-test/suite/rpl/t/rpl_bug33931-master.opt
Normal file
1
mysql-test/suite/rpl/t/rpl_bug33931-master.opt
Normal file
|
@ -0,0 +1 @@
|
|||
--force-restart
|
1
mysql-test/suite/rpl/t/rpl_heartbeat-master.opt
Normal file
1
mysql-test/suite/rpl/t/rpl_heartbeat-master.opt
Normal file
|
@ -0,0 +1 @@
|
|||
--force-restart
|
1
mysql-test/suite/rpl/t/rpl_ip_mix-master.opt
Normal file
1
mysql-test/suite/rpl/t/rpl_ip_mix-master.opt
Normal file
|
@ -0,0 +1 @@
|
|||
--force-restart
|
1
mysql-test/suite/rpl/t/rpl_ip_mix2-master.opt
Normal file
1
mysql-test/suite/rpl/t/rpl_ip_mix2-master.opt
Normal file
|
@ -0,0 +1 @@
|
|||
--force-restart
|
|
@ -1 +1,2 @@
|
|||
$SEMISYNC_PLUGIN_OPT
|
||||
--force-restart
|
||||
|
|
|
@ -68,3 +68,4 @@ DROP TABLE t1;
|
|||
--echo [on master]
|
||||
connection master;
|
||||
DROP TABLE t1;
|
||||
call mtr.force_restart();
|
||||
|
|
|
@ -150,3 +150,4 @@ source include/diff_tables.inc;
|
|||
--echo =====Clean up=======;
|
||||
connection master;
|
||||
drop table t1;
|
||||
--remove_file $MYSQLD_SLAVE_DATADIR/master.backup
|
||||
|
|
|
@ -1,3 +1,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;
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue