summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_variables.result
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-03-29 17:17:46 -0800
committerjimw@mysql.com <>2005-03-29 17:17:46 -0800
commit690183d1a0b088ec49d37948a38cee5304d1d3e5 (patch)
tree5b4f57966d1a1dbc9789a2b148b4ad4a01328ceb /mysql-test/r/rpl_variables.result
parentbfa7520356747298a47029804df7899d61cfe4d4 (diff)
downloadmariadb-git-690183d1a0b088ec49d37948a38cee5304d1d3e5.tar.gz
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.
Diffstat (limited to 'mysql-test/r/rpl_variables.result')
-rw-r--r--mysql-test/r/rpl_variables.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_variables.result b/mysql-test/r/rpl_variables.result
new file mode 100644
index 00000000000..227d8ecfad9
--- /dev/null
+++ b/mysql-test/r/rpl_variables.result
@@ -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;