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

MCOL-1101 Move client UDFs into a separate file.

Remove rmParms from ha_calpont_impl.cpp
This commit is contained in:
Roman Nozdrin
2019-01-01 12:33:47 +03:00
parent ca0240037a
commit d22183e195
7 changed files with 882 additions and 945 deletions

View File

@ -5,6 +5,7 @@ include_directories( ${ENGINE_COMMON_INCLUDES}
SET ( libcalmysql_SRCS
mcs_sysvars.cpp
mcs_client_udfs.cpp
ha_calpont.cpp
ha_calpont_impl.cpp
ha_calpont_dml.cpp