diff options
Diffstat (limited to 'mysql-test/main/grant_slave_admin.result')
-rw-r--r-- | mysql-test/main/grant_slave_admin.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/main/grant_slave_admin.result b/mysql-test/main/grant_slave_admin.result index 0f1f2c9985f..ab4209e9dd6 100644 --- a/mysql-test/main/grant_slave_admin.result +++ b/mysql-test/main/grant_slave_admin.result @@ -29,7 +29,7 @@ GRANT REPLICATION SLAVE ADMIN ON *.* TO user1@localhost; SHOW GRANTS FOR user1@localhost; Grants for user1@localhost GRANT REPLICATION SLAVE ADMIN ON *.* TO `user1`@`localhost` -connect con1,localhost,user1,,; +connect con1,localhost,user1,,"*NO-ONE*"; connection con1; START SLAVE; ERROR HY000: Misconfigured slave: MASTER_HOST was not set; Fix in config file or with CHANGE MASTER TO @@ -48,7 +48,7 @@ GRANT SUPER ON *.* TO user1@localhost; SHOW GRANTS FOR user1@localhost; Grants for user1@localhost GRANT SUPER ON *.* TO `user1`@`localhost` -connect con1,localhost,user1,,; +connect con1,localhost,user1,,"*NO-ONE*"; connection con1; START SLAVE; ERROR HY000: Misconfigured slave: MASTER_HOST was not set; Fix in config file or with CHANGE MASTER TO |