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
MariaDB 10.5 Compatibility
Several changes have happened in MariaDB 10.5, most notably: * Information Schema table definitions have changed * More things use LEX_CSTRING This fixes all the compile issues
This commit is contained in:
@ -149,7 +149,6 @@ static int columnstore_init_func(void* p)
|
||||
(void) my_hash_init(&calpont_open_tables, system_charset_info, 32, 0, 0,
|
||||
(my_hash_get_key) calpont_get_key, 0, 0);
|
||||
|
||||
mcs_hton->state = SHOW_OPTION_YES;
|
||||
mcs_hton->create = calpont_create_handler;
|
||||
mcs_hton->flags = HTON_CAN_RECREATE;
|
||||
// mcs_hton->discover_table= calpont_discover;
|
||||
|
Reference in New Issue
Block a user