1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-26 05:02:32 +03:00

MCOL-3420 Don't break on bad systemlang

If systemlang in the XML is not valid, fall back to "C" and log an error
This commit is contained in:
David Hall
2020-03-05 17:39:50 -06:00
parent de509501c0
commit 77fc87c98c
2 changed files with 26 additions and 9 deletions

View File

@@ -2101,7 +2101,7 @@ static void statusControlThread()
}
}
log.writeLog(__LINE__, "System/Module Status shared Memory allociated and Initialized", LOG_TYPE_DEBUG);
log.writeLog(__LINE__, "System/Module Status shared Memory allocated and Initialized", LOG_TYPE_DEBUG);
}
//
@@ -2134,7 +2134,7 @@ static void statusControlThread()
memcpy(fShmNICStatus[i].Name, hostNameList[i].c_str(), NAMESIZE);
}
log.writeLog(__LINE__, "NIC Status shared Memory allociated and Initialized", LOG_TYPE_DEBUG);
log.writeLog(__LINE__, "NIC Status shared Memory allocated and Initialized", LOG_TYPE_DEBUG);
}
//
@@ -2191,7 +2191,7 @@ static void statusControlThread()
memcpy(fShmExtDeviceStatus[i].Name, extDeviceNameList[i].c_str(), NAMESIZE);
}
log.writeLog(__LINE__, "Ext Device Status shared Memory allociated and Initialized", LOG_TYPE_DEBUG);
log.writeLog(__LINE__, "Ext Device Status shared Memory allocated and Initialized", LOG_TYPE_DEBUG);
}
//
@@ -2258,7 +2258,7 @@ static void statusControlThread()
memcpy(fShmDbrootStatus[i].Name, dbrootList[i].c_str(), NAMESIZE);
}
log.writeLog(__LINE__, "Dbroot Status shared Memory allociated and Initialized", LOG_TYPE_DEBUG);
log.writeLog(__LINE__, "Dbroot Status shared Memory allocated and Initialized", LOG_TYPE_DEBUG);
}
//Set mainResumeFlag, to start up main thread