1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

reenable tests from engines/funcs

This commit is contained in:
Alice Sherepa
2021-03-01 14:29:29 +01:00
parent 4020e4aee0
commit ee12b055ff
192 changed files with 3969 additions and 6524 deletions

View File

@@ -1,10 +1,10 @@
source include/master-slave.inc;
--source include/master-slave.inc
#
# Bug#6148 ()
#
connection slave;
stop slave;
--source include/stop_slave.inc
# Let the master do lots of insertions
connection master;
@@ -17,20 +17,19 @@ while ($1)
dec $1;
}
enable_query_log;
save_master_pos;
connection slave;
start slave;
sleep 1;
stop slave io_thread;
--source include/start_slave.inc
--source include/stop_slave_io.inc
start slave io_thread;
sync_with_master;
--source include/wait_for_slave_io_to_start.inc
connection master;
--sync_slave_with_master
connection master;
drop table t1;
save_master_pos;
--sync_slave_with_master
connection slave;
sync_with_master;
# End of 4.1 tests
# End of test
--source include/rpl_end.inc