1
0
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:
WAX@sergbook.mysql.com
2002-07-20 16:36:56 +02:00
parent 17204b1c88
commit 1966f4b839
7 changed files with 91 additions and 19 deletions

View File

@ -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);
}