1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fixed a merge error.

This commit is contained in:
Patrick LeBlanc
2020-02-28 17:11:13 -05:00
parent a12442f4b4
commit 03a2283bac

View File

@ -149,7 +149,6 @@ static int columnstore_init_func(void* p)
(void) my_hash_init(&mcs_open_tables, system_charset_info, 32, 0, 0,
(my_hash_get_key) mcs_get_key, 0, 0);
mcs_hton->state = SHOW_OPTION_YES;
mcs_hton->create = mcs_create_handler;
mcs_hton->flags = HTON_CAN_RECREATE;
// mcs_hton->discover_table = mcs_discover;