summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_temporary_errors.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_temporary_errors.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_temporary_errors.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_temporary_errors.test b/mysql-test/suite/rpl/t/rpl_temporary_errors.test
index f05cf73c6ed..46c5817c9a3 100644
--- a/mysql-test/suite/rpl/t/rpl_temporary_errors.test
+++ b/mysql-test/suite/rpl/t/rpl_temporary_errors.test
@@ -26,8 +26,9 @@ set @@global.slave_exec_mode= default;
SHOW STATUS LIKE 'Slave_retried_transactions';
SELECT * FROM t1;
source include/check_slave_is_running.inc;
-DROP TABLE t1;
--echo **** On Master ****
connection master;
DROP TABLE t1;
+
+--source include/rpl_end.inc