1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MDEV-17709 Remove handlerton::state

This commit is contained in:
Robert Bindar
2019-04-24 09:00:59 +03:00
committed by Sergey Vojtovich
parent ab190194cf
commit bf70430ead
27 changed files with 107 additions and 179 deletions

View File

@@ -257,7 +257,6 @@ static int example_init_func(void *p)
#endif
example_hton= (handlerton *)p;
example_hton->state= SHOW_OPTION_YES;
example_hton->create= example_create_handler;
example_hton->flags= HTON_CAN_RECREATE;
example_hton->table_options= example_table_option_list;