diff options
Diffstat (limited to 'mysql-test/main/create_drop_role.result')
-rw-r--r-- | mysql-test/main/create_drop_role.result | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/main/create_drop_role.result b/mysql-test/main/create_drop_role.result index b7ec45daeae..1d7406756e5 100644 --- a/mysql-test/main/create_drop_role.result +++ b/mysql-test/main/create_drop_role.result @@ -43,7 +43,7 @@ CREATE USER u1@localhost; REVOKE SHOW DATABASES ON *.* FROM 'u1'@'localhost'; GRANT SHOW DATABASES ON *.* TO role_1; GRANT role_1 TO u1@localhost; -connect user_a, localhost, u1,,; +connect user_a, localhost, u1,,"*NO-ONE*"; connection user_a; SELECT CURRENT_USER; CURRENT_USER @@ -51,7 +51,6 @@ u1@localhost SHOW DATABASES; Database information_schema -test SELECT CURRENT_ROLE; CURRENT_ROLE NULL |