mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
BUG#19309: Problem with calling proecdures twice
Need to flag when a copy is needed to not overwrite a create_info object connected to the lex structure
This commit is contained in:
@@ -2943,7 +2943,7 @@ mysql_execute_command(THD *thd)
|
||||
res= mysql_create_table(thd, create_table->db,
|
||||
create_table->table_name, &lex->create_info,
|
||||
lex->create_list,
|
||||
lex->key_list, 0, 0);
|
||||
lex->key_list, 0, 0, 1);
|
||||
}
|
||||
if (!res)
|
||||
send_ok(thd);
|
||||
|
||||
Reference in New Issue
Block a user