You've already forked mariadb-columnstore-engine
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:
@ -421,8 +421,6 @@ void JobList::querySummary(bool extendedStats)
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
|
||||
//
|
||||
//...Add up the I/O and msg counts for the query job steps
|
||||
//
|
||||
|
@ -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