You've already forked mariadb-columnstore-engine
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user