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
fix(disk-based-join): this fixes multiple SEGV for disk-based join algo
This commit is contained in:
@@ -122,6 +122,10 @@ TupleHashJoinStep::TupleHashJoinStep(const JobInfo& jobInfo)
|
||||
|
||||
if (numCores <= 0)
|
||||
numCores = 8;
|
||||
|
||||
// At least one to enable DJ.
|
||||
joinerRunnerInputRecordsStats.resize(1, 0);
|
||||
joinerRunnerInputMatchedStats.resize(1, 0);
|
||||
}
|
||||
|
||||
TupleHashJoinStep::~TupleHashJoinStep()
|
||||
|
Reference in New Issue
Block a user