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

MCOL-4368 Unified exceptions handling code in dbcon/joblist

This commit is contained in:
Roman Nozdrin
2020-10-19 16:49:52 +00:00
parent 92d861d980
commit cd48df99e5
20 changed files with 296 additions and 475 deletions

View File

@ -58,7 +58,10 @@ Logger::Logger() : fLogId(5),
fImpl->msgMap(msgMap);
}
void catchHandler(const string& ex, int c, SErrorInfo& ei, unsigned sid, logging::LOG_TYPE level)
void catchHandler(const string& ex,
int c, SErrorInfo& ei,
unsigned sid,
logging::LOG_TYPE level)
{
boost::mutex::scoped_lock lk(logMutex);