mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Automerge
This commit is contained in:
commit
b34227cee6
9 changed files with 221 additions and 69 deletions
|
|
@ -3880,7 +3880,9 @@ end_with_restore_list:
|
|||
res= mysql_routine_grant(thd, all_tables,
|
||||
lex->type == TYPE_ENUM_PROCEDURE,
|
||||
lex->users_list, grants,
|
||||
lex->sql_command == SQLCOM_REVOKE, 0);
|
||||
lex->sql_command == SQLCOM_REVOKE, TRUE);
|
||||
if (!res)
|
||||
my_ok(thd);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue