You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Merge branch 'develop-1.1' into 1.1-merge-up
This commit is contained in:
@ -1110,7 +1110,7 @@ void WESDHandler::onNakResponse(int PmId)
|
||||
// consume too much CPU
|
||||
void WESDHandler::onEodResponse(int PmId)
|
||||
{
|
||||
if (getDebugLvl())
|
||||
if (getDebugLvl() > 2)
|
||||
cout << "Received a EOD from " << PmId << endl;
|
||||
|
||||
if (fRef.fCmdArgs.getMode() == 0)
|
||||
|
Reference in New Issue
Block a user