You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
chore(): removed extra printout
This commit is contained in:
@@ -421,8 +421,6 @@ void JobList::querySummary(bool extendedStats)
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
//...Add up the I/O and msg counts for the query job steps
|
//...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]);
|
smallRGs[i].initRow(&smallRowTemplates[i]);
|
||||||
|
|
||||||
grabSomeWork(&inputData);
|
grabSomeWork(&inputData);
|
||||||
std::cout << "joinRunnerFcn " << threadID << " has " << inputData.size() << " RGDatas" << std::endl;
|
|
||||||
|
|
||||||
while (!inputData.empty() && !cancelled())
|
while (!inputData.empty() && !cancelled())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user