summaryrefslogtreecommitdiff
path: root/mysql-test/main/lock_user.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/lock_user.test')
-rw-r--r--mysql-test/main/lock_user.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/lock_user.test b/mysql-test/main/lock_user.test
index 366c34ecea8..17ce1cc79da 100644
--- a/mysql-test/main/lock_user.test
+++ b/mysql-test/main/lock_user.test
@@ -44,7 +44,7 @@ alter user user1@localhost account unlock;
--error ER_CANNOT_USER
alter user inexistentUser@localhost account lock;
-alter if exists user inexistentUser@localhost account lock;
+alter user if exists inexistentUser@localhost account lock;
--echo #
--echo # Passing an existing user to CREATE should not be allowed