summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.local>2007-01-15 23:25:16 +0300
committerunknown <kostja@bodhi.local>2007-01-15 23:25:16 +0300
commit15c834256dbe5bae7333d0695db88b658f7e3c20 (patch)
treef47cbc871dda579398f867cd66d2c2edcd819cea /sql
parentd470c233f705774f38fb04ab0802b18f85393f3b (diff)
downloadmariadb-git-15c834256dbe5bae7333d0695db88b658f7e3c20.tar.gz
A post-merge fix.
sql/sql_parse.cc: A post-merge fix (broken alter_table.test): restore Svoj's fix for Bug#23404 lost during merge.
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_parse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 426a65ed3df..3e2e12ba310 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -2641,6 +2641,7 @@ unsent_create_error:
bzero((char*) &create_info, sizeof(create_info));
create_info.db_type= DB_TYPE_DEFAULT;
+ create_info.row_type= ROW_TYPE_NOT_USED;
create_info.default_table_charset= thd->variables.collation_database;
res= mysql_alter_table(thd, tables->db, tables->real_name,