mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-4660 SHUTDOWN command
Based on James Briggs contribution.
This commit is contained in:
5
mysql-test/r/shutdown.result
Normal file
5
mysql-test/r/shutdown.result
Normal file
@@ -0,0 +1,5 @@
|
||||
create user user1@localhost;
|
||||
shutdown;
|
||||
ERROR 42000: Access denied; you need (at least one of) the SHUTDOWN privilege(s) for this operation
|
||||
shutdown;
|
||||
drop user user1@localhost;
|
||||
Reference in New Issue
Block a user