From 25237b4ba8643ac8f48986267d9b3f0d51973e01 Mon Sep 17 00:00:00 2001 From: Roman Nozdrin Date: Tue, 7 Dec 2021 21:06:37 +0300 Subject: [PATCH] MCOL-4750 This patch temporary disables autoConfigure b/c the server team doesn't like camel-case naming (#2166) Co-authored-by: Roman Nozdrin --- debian/mariadb-plugin-columnstore.install | 1 - tools/configMgt/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/mariadb-plugin-columnstore.install b/debian/mariadb-plugin-columnstore.install index 8a87d1294..39f4e8c72 100644 --- a/debian/mariadb-plugin-columnstore.install +++ b/debian/mariadb-plugin-columnstore.install @@ -10,7 +10,6 @@ usr/bin/ExeMgr usr/bin/PrimProc usr/bin/StorageManager usr/bin/WriteEngineServer -usr/bin/autoConfigure usr/bin/clearShm usr/bin/cleartablelock usr/bin/columnstore-post-install diff --git a/tools/configMgt/CMakeLists.txt b/tools/configMgt/CMakeLists.txt index 56a4addc8..43f4fbea5 100644 --- a/tools/configMgt/CMakeLists.txt +++ b/tools/configMgt/CMakeLists.txt @@ -10,4 +10,4 @@ add_executable(autoConfigure ${autoConfigure_SRCS}) target_link_libraries(autoConfigure ${ENGINE_LDFLAGS} ${NETSNMP_LIBRARIES} ${MARIADB_CLIENT_LIBS} ${ENGINE_EXEC_LIBS}) -install(TARGETS autoConfigure DESTINATION ${ENGINE_BINDIR} COMPONENT columnstore-engine) +#install(TARGETS autoConfigure DESTINATION ${ENGINE_BINDIR} COMPONENT columnstore-engine)