1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-07 09:01:10 +03:00

Merge pull request #559 from mariadb-corporation/MCOL-1699

MCOL-1699 - fix iss with adddbroot amazon
This commit is contained in:
benthompson15
2018-09-13 11:22:47 -05:00
committed by GitHub
3 changed files with 25 additions and 18 deletions

View File

@ -210,7 +210,7 @@ int main(int argc, char **argv)
}
catch(...) {}
if ( cloud == "amazon-ec2" ) {
if ( cloud == "amazon-ec2" || cloud == "amazon-vpc" ) {
if(!aMonitor.amazonIPCheck()) {
log.writeLog(__LINE__, "ERROR: amazonIPCheck failed, exiting", LOG_TYPE_CRITICAL);
sleep(2);