You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1101 Add plugin variables to replace the legacy system vars.
Legacy system vars with names infinidb_* was preserved for backward compatibility and they will be used if columnstore_use_legacy_vars variable is set. Remove unused structure and plugin variable.
This commit is contained in:
@ -4,8 +4,8 @@ include_directories( ${ENGINE_COMMON_INCLUDES}
|
||||
|
||||
|
||||
SET ( libcalmysql_SRCS
|
||||
mcs_sysvars.cpp
|
||||
mcs_client_udfs.cpp
|
||||
ha_mcs_sysvars.cpp
|
||||
ha_mcs_client_udfs.cpp
|
||||
ha_calpont.cpp
|
||||
ha_calpont_impl.cpp
|
||||
ha_calpont_dml.cpp
|
||||
|
Reference in New Issue
Block a user