1
0
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:
Vicențiu Ciorbaru
2016-01-19 14:30:19 +02:00
committed by Vicențiu Ciorbaru
parent 5c32d5e6e6
commit b4fcd1a408
7 changed files with 26 additions and 1 deletions

View File

@ -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)