diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-04-09 17:03:48 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2016-04-09 17:03:48 +0200 |
commit | cd776fedba3e2902bc25ee206d6e6266e7eb9411 (patch) | |
tree | 95bf82d0e0522c6af708cd28639c82e004b5a264 /mysql-test/t/auth_rpl.test | |
parent | f884d233e6a5f68bab846a7bdbd041fc4415ad77 (diff) | |
parent | d516a2ae0cbd09d3b5b1667ec62b421330ab9902 (diff) | |
download | mariadb-git-10.2-connector-c-integ.tar.gz |
Merge branch '10.2' into 10.2-connector-c-integ10.2-connector-c-integ
Diffstat (limited to 'mysql-test/t/auth_rpl.test')
-rw-r--r-- | mysql-test/t/auth_rpl.test | 3 |
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', |