mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
merged
This commit is contained in:
commit
f09ca00e08
348 changed files with 11080 additions and 2430 deletions
|
|
@ -1600,6 +1600,8 @@ static bool mysql_test_create_table(Prepared_statement *stmt)
|
|||
{
|
||||
lex->link_first_table_back(create_table, link_to_local);
|
||||
create_table->create= TRUE;
|
||||
/* Base table and temporary table are not in the same name space. */
|
||||
create_table->skip_temporary= true;
|
||||
}
|
||||
|
||||
if (open_normal_and_derived_tables(stmt->thd, lex->query_tables, 0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue