diff options
author | unknown <kostja@bodhi.local> | 2007-01-15 23:29:02 +0300 |
---|---|---|
committer | unknown <kostja@bodhi.local> | 2007-01-15 23:29:02 +0300 |
commit | 2ba119c658bff94320f362aa3f7fbf683d649693 (patch) | |
tree | ca0a9a8c1b6923ad54329859273a2b5797df7dd5 /sql/sql_parse.cc | |
parent | 30393ec4cf186d4e2cd7325ef5fda244ec54d640 (diff) | |
parent | 15c834256dbe5bae7333d0695db88b658f7e3c20 (diff) | |
download | mariadb-git-2ba119c658bff94320f362aa3f7fbf683d649693.tar.gz |
Merge bodhi.local:/opt/local/work/mysql-4.1-runtime
into bodhi.local:/opt/local/work/mysql-5.0-runtime
sql/sql_parse.cc:
Auto merged
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index cd6ff949bd4..0af8d3fe5cb 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -3074,6 +3074,7 @@ end_with_restore_list: 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, first_table->db, first_table->table_name, |