summaryrefslogtreecommitdiff
path: root/mysql-test/t/auth_rpl.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/auth_rpl.test')
-rw-r--r--mysql-test/t/auth_rpl.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/t/auth_rpl.test b/mysql-test/t/auth_rpl.test
index 0ff024c73e7..9b2c4357cf0 100644
--- a/mysql-test/t/auth_rpl.test
+++ b/mysql-test/t/auth_rpl.test
@@ -10,13 +10,11 @@
# First stop the slave to guarantee that nothing is replicated.
#
--connection slave
---echo [connection slave]
--source include/stop_slave.inc
#
# Create an replication account on the master.
#
--connection master
---echo [connection master]
CREATE USER 'plug_user' IDENTIFIED WITH 'test_plugin_server' AS 'plug_user';
GRANT REPLICATION SLAVE ON *.* TO plug_user;
FLUSH PRIVILEGES;
@@ -25,7 +23,6 @@ FLUSH PRIVILEGES;
# Now go to slave and change the replication user.
#
--connection slave
---echo [connection slave]
--let $master_user= query_get_value(SHOW SLAVE STATUS, Master_User, 1)
CHANGE MASTER TO
MASTER_USER= 'plug_user',