summaryrefslogtreecommitdiff
path: root/mysql-test/main/grant3.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/grant3.result')
-rw-r--r--mysql-test/main/grant3.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/main/grant3.result b/mysql-test/main/grant3.result
index 63e343aaf4d..2febde8e361 100644
--- a/mysql-test/main/grant3.result
+++ b/mysql-test/main/grant3.result
@@ -12,7 +12,7 @@ flush privileges;
create user mysqltest_1@localhost;
grant create user on *.* to mysqltest_1@localhost;
grant select on `my\_1`.* to mysqltest_1@localhost with grant option;
-connect user_a,localhost,mysqltest_1,,;
+connect user_a,localhost,mysqltest_1,,"*NO-ONE*";
connection user_a;
grant select on `my\_1`.* to mysqltest_2@localhost;
ERROR 42000: You are not allowed to create a user with GRANT
@@ -139,7 +139,7 @@ GRANT SELECT, UPDATE ON `mysqltest_1`.* TO 'mysqltest1'@'%';
REVOKE SELECT ON `mysqltest_1`.* FROM 'mysqltest1'@'%';
GRANT SELECT, UPDATE ON `mysqltest\_1`.* TO 'mysqltest1'@'%';
FLUSH PRIVILEGES;
-connect conn1,localhost,mysqltest1,,;
+connect conn1,localhost,mysqltest1,,"*NO-ONE*";
connection conn1;
SHOW GRANTS;
Grants for mysqltest1@%
@@ -174,7 +174,7 @@ Grants for user2@%
GRANT USAGE ON *.* TO `user2`@`%`
GRANT SELECT (a), INSERT (b) ON `temp`.`t1` TO `user2`@`%`
# Connect as the renamed user
-connect conn1, localhost, user2,,;
+connect conn1, localhost, user2,,"*NO-ONE*";
connection conn1;
SHOW GRANTS;
Grants for user2@%