1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-4693 ColumnStore MTR tests: FUNCTION mcs192_db.CORR does not exist

This commit is contained in:
Alexander Barkov
2021-04-22 17:33:42 +04:00
parent 1f46baa980
commit d6e88cd82e
10 changed files with 144 additions and 0 deletions

View File

@ -22,3 +22,5 @@ add_library(regr_mysql SHARED ${regr_mysql_LIB_SRCS})
install(TARGETS regr_mysql DESTINATION ${MARIADB_PLUGINDIR} COMPONENT columnstore-engine)
set_target_properties(regr_mysql PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../../../)