You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Fix libcalmysql
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
|
|
||||||
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
include_directories( ${ENGINE_COMMON_INCLUDES}
|
||||||
|
/usr/include/libxml2
|
||||||
|
../../../mysql/include
|
||||||
|
../../../mysql/sql
|
||||||
|
../../../mysql/regex )
|
||||||
|
|
||||||
|
|
||||||
SET ( libcalmysql_SRCS
|
SET ( libcalmysql_SRCS
|
||||||
@@ -20,6 +24,8 @@ SET ( libcalmysql_SRCS
|
|||||||
|
|
||||||
add_definitions(-DMYSQL_DYNAMIC_PLUGIN)
|
add_definitions(-DMYSQL_DYNAMIC_PLUGIN)
|
||||||
|
|
||||||
|
set_source_files_properties(ha_calpont.cpp PROPERTIES COMPILE_FLAGS "-fno-rtti -fno-implicit-templates")
|
||||||
|
|
||||||
add_library(calmysql SHARED ${libcalmysql_SRCS})
|
add_library(calmysql SHARED ${libcalmysql_SRCS})
|
||||||
|
|
||||||
target_link_libraries(calmysql ${ENGINE_LDFLAGS} ${ENGINE_WRITE_LIBS} threadpool)
|
target_link_libraries(calmysql ${ENGINE_LDFLAGS} ${ENGINE_WRITE_LIBS} threadpool)
|
||||||
|
Reference in New Issue
Block a user