From 6dc27a2b2de4f2e94d69a979af7e71c2ead4db34 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/information_schema.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/main/information_schema.test') diff --git a/mysql-test/main/information_schema.test b/mysql-test/main/information_schema.test index 27f5dd6103d..fcde8d57a7c 100644 --- a/mysql-test/main/information_schema.test +++ b/mysql-test/main/information_schema.test @@ -1447,7 +1447,7 @@ CREATE TABLE t1 (id INT); CREATE USER nonpriv; USE test; -connect (nonpriv_con, localhost, nonpriv,,); +connect (nonpriv_con, localhost, nonpriv,,"*NO-ONE*"); connection nonpriv_con; --echo # connected as nonpriv --echo # Should return 0 @@ -1493,7 +1493,7 @@ DROP TABLE ubig; # select 1 from information_schema.tables where table_schema=repeat('a', 2000); grant usage on *.* to mysqltest_1@localhost; -connect (con1, localhost, mysqltest_1,,); +connect (con1, localhost, mysqltest_1,,"*NO-ONE*"); connection con1; select 1 from information_schema.tables where table_schema=repeat('a', 2000); connection default; -- cgit v1.2.1