You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-09 21:29:28 +03:00
fixed gammer in log
This commit is contained in:
@@ -7042,9 +7042,9 @@ void startSystemThread(oam::DeviceNetworkList Devicenetworklist)
|
|||||||
sleep(5);
|
sleep(5);
|
||||||
int ret = processManager.buildSystemTables("pm1");
|
int ret = processManager.buildSystemTables("pm1");
|
||||||
if (ret == oam::API_SUCCESS )
|
if (ret == oam::API_SUCCESS )
|
||||||
log.writeLog(__LINE__, "System Catalog Successfully Built by ProcMgr", LOG_TYPE_DEBUG);
|
log.writeLog(__LINE__, "System Catalog Successfully Built", LOG_TYPE_DEBUG);
|
||||||
else
|
else
|
||||||
log.writeLog(__LINE__, "System Catalog Successfully not built by ProcMgr, ret code = " + oam.itoa(ret), LOG_TYPE_DEBUG);
|
log.writeLog(__LINE__, "System Catalog not built, already existed", LOG_TYPE_DEBUG);
|
||||||
|
|
||||||
// exit thread
|
// exit thread
|
||||||
log.writeLog(__LINE__, "startSystemThread Exit", LOG_TYPE_DEBUG);
|
log.writeLog(__LINE__, "startSystemThread Exit", LOG_TYPE_DEBUG);
|
||||||
|
Reference in New Issue
Block a user