You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-520 - added in mysql_upgrade script and fix issue with shared memory not cleared at shutdown
This commit is contained in:
@ -9396,9 +9396,6 @@ int Oam::checkGlusterLog(std::string logFile, std::string& msg)
|
||||
******************************************************************************************/
|
||||
std::string Oam::getMySQLPassword()
|
||||
{
|
||||
|
||||
return oam::UnassignedName;
|
||||
|
||||
string mysqlUser = "root";
|
||||
|
||||
string USER = "root";
|
||||
@ -9422,7 +9419,7 @@ std::string Oam::getMySQLPassword()
|
||||
if (!file)
|
||||
{
|
||||
writeLog("getMySQLPassword: doesn't exist: " + fileName, LOG_TYPE_DEBUG);
|
||||
exceptionControl("getMySQLPassword", API_FILE_OPEN_ERROR);
|
||||
return oam::UnassignedName;
|
||||
}
|
||||
|
||||
char line[400];
|
||||
|
Reference in New Issue
Block a user