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
Merge branch 'develop' into join-abort-fix
This commit is contained in:
@@ -138,6 +138,7 @@ TupleHashJoinStep::~TupleHashJoinStep()
|
||||
resourceManager->returnMemory(memUsedByEachJoin[i], sessionMemLimit);
|
||||
}
|
||||
|
||||
|
||||
//cout << "deallocated THJS, UM memory available: " << resourceManager.availableMemory() << endl;
|
||||
}
|
||||
|
||||
|
@@ -94,7 +94,6 @@ TupleUnion::TupleUnion(CalpontSystemCatalog::OID tableOID, const JobInfo& jobInf
|
||||
outputIt(-1),
|
||||
memUsage(0),
|
||||
rm(jobInfo.rm),
|
||||
allocator(64 * 1024 * 1024 + 1),
|
||||
runnersDone(0),
|
||||
distinctCount(0),
|
||||
distinctDone(0),
|
||||
|
@@ -16,6 +16,7 @@ plugin-load-add=ha_columnstore.so
|
||||
|
||||
# Required for Schema Sync
|
||||
#server-id = 1
|
||||
#log_bin
|
||||
|
||||
# Uncomment for this UM to apply slave DML on ColumnStore tables
|
||||
#columnstore_replication_slave=ON
|
||||
|
Reference in New Issue
Block a user