mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
7 lines
166 B
Text
7 lines
166 B
Text
-- source include/not_embedded.inc
|
|
|
|
#
|
|
# MDEV-6625 SHOW GRANTS for current_user_name@wrong_host_name
|
|
#
|
|
--error ER_NONEXISTING_GRANT
|
|
SHOW GRANTS FOR root@invalid_host;
|