1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3608 Add module installer file copy

Adds back some stuff that was remove distributed that didn't work
properly for non-distributed. Also use /var/lib/columnstore/local
for module file as OAM intended.
This commit is contained in:
Andrew Hutchings
2019-11-14 13:02:26 +00:00
parent 0621762378
commit 25d22381c6
8 changed files with 268 additions and 18 deletions

View File

@ -2838,7 +2838,7 @@ oamModuleInfo_t Oam::getModuleInfo()
int localModuleID;
// Get Module Name from module-file
string fileName = "/etc/columnstore/module";
string fileName = "/var/lib/columnstore/local/module";
ifstream oldFile (fileName.c_str());