mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 11:56:31 +00:00
2
.gitignore
vendored
2
.gitignore
vendored
@ -105,3 +105,5 @@ install_manifest_libs.txt
|
||||
install_manifest_platform.txt
|
||||
install_manifest_storage-engine.txt
|
||||
_CPack_Packages
|
||||
columnstoreversion.h
|
||||
|
||||
|
@ -37,8 +37,6 @@ ENDIF(NOT CMAKE_BUILD_TYPE)
|
||||
#set( CMAKE_VERBOSE_MAKEFILE on )
|
||||
|
||||
INCLUDE(columnstore_version.cmake)
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/columnstoreversion.h.in ${CMAKE_CURRENT_SOURCE_DIR}/columnstoreversion.h)
|
||||
|
||||
|
||||
SET (PACKAGE columnstore)
|
||||
SET (PACKAGE_NAME columnstore)
|
||||
|
@ -189,7 +189,6 @@ SET(CPACK_RPM_platform_USER_FILELIST
|
||||
"/usr/local/mariadb/columnstore/etc/MessageFile.txt"
|
||||
"/usr/local/mariadb/columnstore/etc/ErrorMessage.txt"
|
||||
"/usr/local/mariadb/columnstore/local/module"
|
||||
"/usr/local/mariadb/columnstore/releasenum"
|
||||
"/usr/local/mariadb/columnstore/bin/rollback"
|
||||
"/usr/local/mariadb/columnstore/bin/editem"
|
||||
"/usr/local/mariadb/columnstore/bin/getConfig"
|
||||
|
Reference in New Issue
Block a user