mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge commit '10.3' into 10.4
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user