From 14e63e7893aeb9a73b828b78245815a77e67ec73 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Wed, 11 May 2022 17:11:49 +0200 Subject: MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite --- mysql-test/main/create_drop_role.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/main/create_drop_role.test') 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; -- cgit v1.2.1