mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Made tests clean up after themselves.
This commit is contained in:
@ -85,4 +85,5 @@ INSERT INTO t1 VALUES (1),(1);
|
|||||||
sync_slave_with_master;
|
sync_slave_with_master;
|
||||||
connection master;
|
connection master;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
sync_slave_with_master;
|
||||||
# End of 4.1 tests
|
# End of 4.1 tests
|
||||||
|
@ -151,3 +151,4 @@ source include/diff_tables.inc;
|
|||||||
connection master;
|
connection master;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
--remove_file $MYSQLD_SLAVE_DATADIR/master.backup
|
--remove_file $MYSQLD_SLAVE_DATADIR/master.backup
|
||||||
|
--sync_slave_with_master
|
||||||
|
Reference in New Issue
Block a user