mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge remote-tracking branch 'origin/10.3' into 10.4
This commit is contained in:
@@ -4199,7 +4199,8 @@ mysql_execute_command(THD *thd)
|
||||
TABLE_LIST *duplicate;
|
||||
if (unlikely((duplicate= unique_table(thd, lex->query_tables,
|
||||
lex->query_tables->next_global,
|
||||
CHECK_DUP_FOR_CREATE))))
|
||||
CHECK_DUP_FOR_CREATE |
|
||||
CHECK_DUP_SKIP_TEMP_TABLE))))
|
||||
{
|
||||
update_non_unique_table_error(lex->query_tables, "CREATE",
|
||||
duplicate);
|
||||
|
||||
Reference in New Issue
Block a user