mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
CREATE ... SELECT extension (WL 317)
This commit is contained in:
@ -1598,7 +1598,7 @@ mysql_execute_command(void)
|
||||
res = mysql_create_table(thd,tables->db ? tables->db : thd->db,
|
||||
tables->real_name, &lex->create_info,
|
||||
lex->create_list,
|
||||
lex->key_list,0, 0); // do logging
|
||||
lex->key_list,0,0,0); // do logging
|
||||
if (!res)
|
||||
send_ok(&thd->net);
|
||||
}
|
||||
|
Reference in New Issue
Block a user