You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL 4560a (#2302)
MCOL-4560 remove unused Columnstore.xml entries. Also remove code that accesses those entries but does nothing with it.
This commit is contained in:
@@ -258,22 +258,6 @@ int fixupCalpontXML()
|
||||
cout << "Fixing " << section << "." << parm << " = " << val << endl;
|
||||
}
|
||||
|
||||
// Fixup WES
|
||||
section = "pm1_WriteEngineServer";
|
||||
parm = "IPAddr";
|
||||
val = cf->getConfig(section, parm);
|
||||
|
||||
if (val.empty())
|
||||
{
|
||||
val = "127.0.0.1";
|
||||
cf->setConfig(section, parm, val);
|
||||
cout << "Adding " << section << "." << parm << " = " << val << endl;
|
||||
parm = "Port";
|
||||
val = "8630";
|
||||
cf->setConfig(section, parm, val);
|
||||
cout << "Adding " << section << "." << parm << " = " << val << endl;
|
||||
}
|
||||
|
||||
// Fixup TableLockSaveFile
|
||||
section = "SystemConfig";
|
||||
parm = "TableLockSaveFile";
|
||||
|
Reference in New Issue
Block a user