You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-01 01:22:04 +03:00
MCOL-462
This commit is contained in:
@@ -4863,16 +4863,6 @@ int processCommand(string* arguments)
|
||||
}
|
||||
catch(...) {}
|
||||
|
||||
if ( cloud == "amazon-vpc" )
|
||||
{
|
||||
string AmazonSubNetID = oam::UnassignedName;
|
||||
try{
|
||||
oam.getSystemConfig("AmazonSubNetID", AmazonSubNetID);
|
||||
|
||||
cout << "AmazonSubNetID = " << AmazonSubNetID << endl;
|
||||
}
|
||||
catch(...) {}
|
||||
}
|
||||
}
|
||||
|
||||
cout << endl;
|
||||
|
Reference in New Issue
Block a user