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

MCOL-4750 This patch temporary disables autoConfigure b/c the server team doesn't like camel-case naming (#2166)

Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com>
This commit is contained in:
Roman Nozdrin
2021-12-07 21:06:37 +03:00
committed by GitHub
parent d91cab2ff5
commit 25237b4ba8
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ usr/bin/ExeMgr
usr/bin/PrimProc usr/bin/PrimProc
usr/bin/StorageManager usr/bin/StorageManager
usr/bin/WriteEngineServer usr/bin/WriteEngineServer
usr/bin/autoConfigure
usr/bin/clearShm usr/bin/clearShm
usr/bin/cleartablelock usr/bin/cleartablelock
usr/bin/columnstore-post-install usr/bin/columnstore-post-install

View File

@ -10,4 +10,4 @@ add_executable(autoConfigure ${autoConfigure_SRCS})
target_link_libraries(autoConfigure ${ENGINE_LDFLAGS} ${NETSNMP_LIBRARIES} ${MARIADB_CLIENT_LIBS} ${ENGINE_EXEC_LIBS}) 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)