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/shutdown.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/main/shutdown.test') diff --git a/mysql-test/main/shutdown.test b/mysql-test/main/shutdown.test index 69616f535b2..e409359a451 100644 --- a/mysql-test/main/shutdown.test +++ b/mysql-test/main/shutdown.test @@ -4,7 +4,7 @@ # create user user1@localhost; -connect (c1,localhost,user1,,); +connect (c1,localhost,user1,,"*NO-ONE*"); --error ER_SPECIFIC_ACCESS_DENIED_ERROR shutdown; -- cgit v1.2.1