1
0
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:
drrtuy
2025-04-04 20:31:49 +00:00
parent e4ca7425e2
commit 6e98ef3037
2 changed files with 0 additions and 3 deletions

View File

@@ -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())
{