You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-24 08:41:09 +03:00
removed use of columnstore.xml.singleserver
This commit is contained in:
@@ -4967,24 +4967,6 @@ int ProcessManager::addModule(oam::DeviceNetworkList devicenetworklist, std::str
|
||||
// Verify Host IP and Password
|
||||
//
|
||||
|
||||
if ( password == "ssh" && amazon )
|
||||
{
|
||||
// check if there is a root password stored
|
||||
string rpw = oam::UnassignedName;
|
||||
|
||||
try
|
||||
{
|
||||
oam.getSystemConfig("rpw", rpw);
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
rpw = "mariadb1";
|
||||
}
|
||||
|
||||
if (rpw != oam::UnassignedName)
|
||||
password = rpw;
|
||||
}
|
||||
|
||||
listPT = devicenetworklist.begin();
|
||||
|
||||
for ( ; listPT != devicenetworklist.end() ; listPT++)
|
||||
|
||||
Reference in New Issue
Block a user