1
0
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:
Jose Rojas
2020-09-08 09:26:59 -05:00
committed by GitHub
9 changed files with 18 additions and 16 deletions

View File

@ -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 = ''