1
0
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:
Sinisa@sinisa.nasamreza.org
2002-08-03 15:59:41 +03:00
parent 8ada408704
commit 1ac7e54b73
3 changed files with 6 additions and 1 deletions

View File

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