1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

MCOL-1201 Modify docs. Fix group concat bug

This commit is contained in:
David Hall
2018-05-15 13:15:45 -05:00
parent 06e9772310
commit c8c3b23e32
13 changed files with 75 additions and 51 deletions

View File

@@ -3,7 +3,7 @@
CMakeLists.txt
==============
For Columnstore 1.1, you compile your function by including it in the CMakeLists.txt file for the udfsdk.
For Columnstore 1.2, you compile your function by including it in the CMakeLists.txt file for the udfsdk.
You need only add the new .cpp files to the udfsdk_LIB_SRCS target list::