1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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

@ -421,8 +421,6 @@ void JobList::querySummary(bool extendedStats)
try
{
//
//...Add up the I/O and msg counts for the query job steps
//

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