1
0
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:
david hill
2018-05-24 13:13:11 -05:00
parent e70c947977
commit ce1deb2f61
4 changed files with 63 additions and 57 deletions

View File

@@ -2263,18 +2263,7 @@ void pingDeviceThread()
}
// add module
string password = oam::UnassignedName;
try
{
oam.getSystemConfig("rpw", password);
}
catch (...)
{
password = oam::UnassignedName;
}
ret = processManager.addModule(devicenetworklist, password, false);
ret = processManager.addModule(devicenetworklist, "ssh", false);
if ( ret != oam::API_SUCCESS )
{