mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Two small bug fixes ...
This commit is contained in:
@ -1469,7 +1469,7 @@ mysql_execute_command(void)
|
||||
(TABLE_LIST *)
|
||||
lex->create_info.merge_list.first))
|
||||
goto error; /* purecov: inspected */
|
||||
if (grant_option)
|
||||
if (grant_option && want_priv != CREATE_TMP_ACL)
|
||||
{
|
||||
/* Check that the first table has CREATE privilege */
|
||||
TABLE_LIST *tmp_table_list=tables->next;
|
||||
|
Reference in New Issue
Block a user