mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Eliminate most of the remaining hardcoded list of tests to skip
by adding check for embedded server within tests and splitting some tests into multiple test files.
This commit is contained in:
8
mysql-test/r/rpl_variables.result
Normal file
8
mysql-test/r/rpl_variables.result
Normal file
@ -0,0 +1,8 @@
|
||||
stop slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
reset master;
|
||||
reset slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
start slave;
|
||||
set global slave_net_timeout=100;
|
||||
set global sql_slave_skip_counter=100;
|
Reference in New Issue
Block a user