You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-3743: cmdline params to postConfig to configure SM
Made some changes. It's working the way it should.
This commit is contained in:
@ -134,8 +134,14 @@ install(TARGETS StorageManager smcat smput smls smrm
|
||||
COMPONENT columnstore-platform
|
||||
)
|
||||
|
||||
|
||||
install(FILES storagemanager.cnf
|
||||
DESTINATION ${ENGINE_SYSCONFDIR}/columnstore
|
||||
COMPONENT columnstore-platform)
|
||||
COMPONENT columnstore-platform
|
||||
)
|
||||
|
||||
install(FILES storagemanager.cnf
|
||||
RENAME storagemanager.cnf.example
|
||||
DESTINATION ${ENGINE_SYSCONFDIR}/columnstore
|
||||
COMPONENT columnstore-platform
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user