1
0
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:
unknown
2002-07-20 16:36:56 +02:00
parent d4e5d2dd36
commit 2ed3a33855
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);
}