summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/rpl/t/grant_replication_slave.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/t/grant_replication_slave.test')
-rw-r--r--mysql-test/suite/rpl/t/grant_replication_slave.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/grant_replication_slave.test b/mysql-test/suite/rpl/t/grant_replication_slave.test
index c5aca0a6..d50e8a13 100644
--- a/mysql-test/suite/rpl/t/grant_replication_slave.test
+++ b/mysql-test/suite/rpl/t/grant_replication_slave.test
@@ -33,7 +33,7 @@ drop database mysqltest1;
sync_slave_with_master;
stop slave;
change master to master_user='root';
-start slave;
+source include/start_slave.inc;
source include/rpl_end.inc;
drop user rpl@localhost;