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:
committed by
Sergey Vojtovich
parent
ab190194cf
commit
bf70430ead
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user