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

MCOL-4674 Fix ColumnStore to run MTR tests in a build directory

This commit is contained in:
Alexander Barkov
2021-04-13 11:25:25 +04:00
parent d8b473329f
commit 75e3bbc31e
1874 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ include_directories( ${ENGINE_COMMON_INCLUDES}
/usr/include/libxml2 /usr/include/libxml2
${SERVER_SOURCE_ROOT_DIR}/storage/maria ) ${SERVER_SOURCE_ROOT_DIR}/storage/maria )
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../../../)
SET ( libcalmysql_SRCS SET ( libcalmysql_SRCS
../../datatypes/mcs_datatype.cpp ../../datatypes/mcs_datatype.cpp

Some files were not shown because too many files have changed in this diff Show More