summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-06-28 00:42:02 +0300
committermonty@mysql.com <>2004-06-28 00:42:02 +0300
commiteca9418ca785e2b95c3e1dbe82fc9ddecf7a0331 (patch)
tree954fa8b91cc81036542a5044308f8e97a192170a /sql/sql_table.cc
parent406ae8a59e665d94cb394d4197918607ebeee1f8 (diff)
downloadmariadb-git-eca9418ca785e2b95c3e1dbe82fc9ddecf7a0331.tar.gz
Added missing my_time.c file to mysqlclient project
Moved include <assert.h> to my_global.h
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 6c9ec41c728..a560bd40028 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -3408,6 +3408,7 @@ int mysql_recreate_table(THD *thd, TABLE_LIST *table_list,
lex->key_list.empty();
lex->col_list.empty();
lex->alter_info.reset();
+ lex->alter_info.is_simple= 0; // Force full recreate
bzero((char*) &create_info,sizeof(create_info));
create_info.db_type=DB_TYPE_DEFAULT;
create_info.row_type=ROW_TYPE_DEFAULT;