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
Merge pull request #1424 from drrtuy/MCOL-4295
MCOL-4295 Replace hardcoded paths with dynamic ones
This commit is contained in:
@ -51,7 +51,7 @@ if __name__ == '__main__':
|
||||
|
||||
dbrmroot = config_root.find('./SystemConfig/DBRMRoot').text
|
||||
pmCount = int(config_root.find('./SystemModuleConfig/ModuleCount3').text)
|
||||
loadbrm = '/usr/bin/load_brm'
|
||||
loadbrm = '@ENGINE_BINDIR@/load_brm'
|
||||
|
||||
brm_saves_current = ''
|
||||
|
||||
|
Reference in New Issue
Block a user