mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
[MDEV-7978] Updated syntax for SHOW CREATE USER
This commit is contained in:
committed by
Vicențiu Ciorbaru
parent
5c32d5e6e6
commit
b4fcd1a408
@ -7733,6 +7733,10 @@ static int show_grants_callback(ACL_USER_BASE *role, void *data)
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool mysql_show_create_user(THD *thd, LEX_USER *lex_user)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void mysql_show_grants_get_fields(THD *thd, List<Item> *fields,
|
||||
const char *name)
|
||||
|
Reference in New Issue
Block a user