1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-833 - fix code merge issue

This commit is contained in:
David Hill
2017-07-26 15:30:01 -05:00
parent 26ac4aa31c
commit 842838e5ce

View File

@ -380,7 +380,7 @@ Error:
ostringstream os;
os << "DEC: lost connection to " << client->addr2String();
writeToLog(__FILE__, __LINE__, os.str(), LOG_TYPE_CRITICAL);
}
// }
return;
}