1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge branch 'develop-1.0' into 1.0-merge-up

This commit is contained in:
Andrew Hutchings
2017-12-12 10:01:14 +00:00
11 changed files with 129 additions and 62 deletions

View File

@ -993,7 +993,7 @@ void WESDHandler::onNakResponse(int PmId) {
// Increase the read timeout for this PM thread so that it won't
// 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)