Commit f8aae3e6 authored by unknown's avatar unknown

don't call handler::info() in SHOW CREATE TABLE

parent e6d90f51
...@@ -898,7 +898,6 @@ store_create_info(THD *thd, TABLE_LIST *table_list, String *packet) ...@@ -898,7 +898,6 @@ store_create_info(THD *thd, TABLE_LIST *table_list, String *packet)
} }
key_info= table->key_info; key_info= table->key_info;
file->info(HA_STATUS_VARIABLE | HA_STATUS_NO_LOCK | HA_STATUS_TIME);
bzero((char*) &create_info, sizeof(create_info)); bzero((char*) &create_info, sizeof(create_info));
file->update_create_info(&create_info); file->update_create_info(&create_info);
primary_key= share->primary_key; primary_key= share->primary_key;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment