You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +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:
@@ -602,7 +602,6 @@ int ServicePrimProc::Child()
|
||||
if (temp >= 0)
|
||||
maxPct = temp;
|
||||
|
||||
// @bug4507, configurable pm aggregation AggregationMemoryCheck
|
||||
// We could use this same mechanism for other growing buffers.
|
||||
int aggPct = 95;
|
||||
temp = toInt(cf->getConfig("SystemConfig", "MemoryCheckPercent"));
|
||||
|
Reference in New Issue
Block a user