summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_variables.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl_variables.test')
-rw-r--r--mysql-test/t/rpl_variables.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_variables.test b/mysql-test/t/rpl_variables.test
index 57ae2b9c3c4..b1744c57c9b 100644
--- a/mysql-test/t/rpl_variables.test
+++ b/mysql-test/t/rpl_variables.test
@@ -12,3 +12,6 @@ show variables like 'slave_load_tmpdir';
# We just set some arbitrary values in variables-master.opt so we can test
# that a list of values works correctly
show variables like 'slave_skip_errors';
+
+# Cleanup
+set global slave_net_timeout=default;