summaryrefslogtreecommitdiff
path: root/mysql-test/main/create_drop_role.test
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-05-11 17:11:49 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-06-09 09:00:06 +0200
commit14e63e7893aeb9a73b828b78245815a77e67ec73 (patch)
tree56c0bbc0de7c12ad4c42fd8ccc443a4010b95197 /mysql-test/main/create_drop_role.test
parent8756d253f3578ac98cfde4f2b28c60411b79aaf2 (diff)
downloadmariadb-git-bb-10.10-no_hack.tar.gz
MDEV-5215 prerequisite: remove test and test_* database hacks in the test suitebb-10.10-no_hack
Diffstat (limited to 'mysql-test/main/create_drop_role.test')
-rw-r--r--mysql-test/main/create_drop_role.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/create_drop_role.test b/mysql-test/main/create_drop_role.test
index 11bc832c6e9..a0af4be1f77 100644
--- a/mysql-test/main/create_drop_role.test
+++ b/mysql-test/main/create_drop_role.test
@@ -31,7 +31,7 @@ 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;