You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Fixed a merge error.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user