mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
don't call handler::info() in SHOW CREATE TABLE
This commit is contained in:
parent
e6d90f51de
commit
f8aae3e604
1 changed files with 0 additions and 1 deletions
|
@ -898,7 +898,6 @@ store_create_info(THD *thd, TABLE_LIST *table_list, String *packet)
|
|||
}
|
||||
|
||||
key_info= table->key_info;
|
||||
file->info(HA_STATUS_VARIABLE | HA_STATUS_NO_LOCK | HA_STATUS_TIME);
|
||||
bzero((char*) &create_info, sizeof(create_info));
|
||||
file->update_create_info(&create_info);
|
||||
primary_key= share->primary_key;
|
||||
|
|
Loading…
Reference in a new issue