1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3669 Add real versioning to plugin

Make the version in information_schema.all_plugins reflect the real
version of ColumnStore.
This commit is contained in:
Andrew Hutchings
2019-12-13 09:19:43 +00:00
parent 7cda5cd179
commit 114c5be935
5 changed files with 40 additions and 29 deletions

View File

@ -1,5 +1,5 @@
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/install_mcs_mysql.sh.in" "${CMAKE_CURRENT_SOURCE_DIR}/install_mcs_mysql.sh" @ONLY)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ha_mcs_version.h.in" "${CMAKE_CURRENT_SOURCE_DIR}/ha_mcs_version.h")
include_directories( ${ENGINE_COMMON_INCLUDES}
/usr/include/libxml2 )