diff options
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index ac193736be5..2ef7262f45c 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -1217,7 +1217,7 @@ store_create_info(THD *thd, TABLE *table, String *packet) packet->append("\n)", 2); if (!(thd->variables.sql_mode & MODE_NO_TABLE_OPTIONS) && !foreign_db_mode) { - packet->append(" TYPE=", 6); + packet->append(" ENGINE=", 8); packet->append(file->table_type()); if (table->table_charset && |