1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-1052 CS group_by_handler now uses CS internal sorting.

This commit is contained in:
Roman Nozdrin
2018-04-16 16:51:42 +03:00
parent 720e1d91b9
commit 5d48ddb158
5 changed files with 21 additions and 16 deletions

View File

@@ -20,9 +20,6 @@ SET ( libcalmysql_SRCS
ha_pseudocolumn.cpp)
add_definitions(-DMYSQL_DYNAMIC_PLUGIN)
add_definitions(-DDEBUG_WALK_COND=1)
add_definitions(-DINFINIDB_DEBUG=1)
#add_definitions(-DOUTER_JOIN_DEBUG)
set_source_files_properties(ha_calpont.cpp PROPERTIES COMPILE_FLAGS "-fno-rtti -fno-implicit-templates")