You've already forked mariadb-columnstore-engine
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:
@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user