Commit 84cfedff authored by Roman Nozdrin's avatar Roman Nozdrin Committed by Sergei Petrunia

The fix for MDEV-17709 that removes hton::state attribute.

parent d0eeb5cc
......@@ -1085,7 +1085,6 @@ int clustrixdb_discover_table(handlerton *hton, THD *thd, TABLE_SHARE *share)
static int clustrixdb_init(void *p)
{
clustrixdb_hton = (handlerton *) p;
clustrixdb_hton->state = SHOW_OPTION_YES;
clustrixdb_hton->flags = HTON_NO_FLAGS;
clustrixdb_hton->panic = clustrixdb_panic;
clustrixdb_hton->close_connection = clustrixdb_close_connection;
......
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