mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed that SHOW CREATE TABLE for sequences shows used table options
This commit is contained in:
@ -1838,7 +1838,7 @@ static void add_table_options(THD *thd, TABLE *table,
|
||||
hton= table->part_info->default_engine_type;
|
||||
else
|
||||
#endif
|
||||
hton= table->file->ht;
|
||||
hton= table->file->storage_ht();
|
||||
|
||||
bzero((char*) &create_info, sizeof(create_info));
|
||||
/* Allow update_create_info to update row type, page checksums and options */
|
||||
|
Reference in New Issue
Block a user