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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user