summaryrefslogtreecommitdiff
path: root/mysql-test/main/shutdown.test
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-05-11 17:11:49 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-05-20 13:18:58 +0200
commit6dc27a2b2de4f2e94d69a979af7e71c2ead4db34 (patch)
tree6506f3c8d930eebe22c281e03acfeb93f0810e5b /mysql-test/main/shutdown.test
parentbf2bdd1a1a112c3bbdf53da7a663a59fafa62c7d (diff)
downloadmariadb-git-bb-10.9-no_hack.tar.gz
MDEV-5215 prerequisite: remove test and test_* database hacks in the test suitebb-10.9-no_hack
Diffstat (limited to 'mysql-test/main/shutdown.test')
-rw-r--r--mysql-test/main/shutdown.test2
1 files changed, 1 insertions, 1 deletions
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;