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
chore(): removed extra printout
This commit is contained in:
@@ -1557,7 +1557,6 @@ void TupleHashJoinStep::joinRunnerFcn(uint32_t threadID)
|
||||
smallRGs[i].initRow(&smallRowTemplates[i]);
|
||||
|
||||
grabSomeWork(&inputData);
|
||||
std::cout << "joinRunnerFcn " << threadID << " has " << inputData.size() << " RGDatas" << std::endl;
|
||||
|
||||
while (!inputData.empty() && !cancelled())
|
||||
{
|
||||
|
Reference in New Issue
Block a user