mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
CREATE ... SELECT extension (WL 317)
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
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