mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
rpl_extraSlave_Col.test:
Corrected issues found in preparing to push code mysql-test/extra/rpl_tests/rpl_extraSlave_Col.test: Corrected issues found in preparing to push code
This commit is contained in:
parent
3503c92362
commit
496bac71c4
1 changed files with 3 additions and 0 deletions
|
@ -920,7 +920,10 @@ sync_slave_with_master;
|
||||||
#### Clean Up ####
|
#### Clean Up ####
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
connection master;
|
||||||
DROP TABLE IF EXISTS t1, t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t14a,t15,t16,t17;
|
DROP TABLE IF EXISTS t1, t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t14a,t15,t16,t17;
|
||||||
|
sync_slave_with_master;
|
||||||
|
connection master;
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue