1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Post-merge fixes.

This commit is contained in:
unknown
2003-12-19 19:47:22 +01:00
parent 4cd9022769
commit bc3b221b16
3 changed files with 59 additions and 62 deletions

View File

@@ -2135,7 +2135,7 @@ mysql_execute_command(THD *thd)
create_table->next= 0;
if (&lex->select_lex != lex->all_selects_list &&
lex->unit.create_total_list(thd, lex, &tables, 0))
DBUG_VOID_RETURN;
DBUG_RETURN(-1);
ulong want_priv= ((lex->create_info.options & HA_LEX_CREATE_TMP_TABLE) ?
CREATE_TMP_ACL : CREATE_ACL);