You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-05 15:41:14 +03:00
Fix brace merge issue
This commit is contained in:
@ -224,7 +224,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
catch (...) {}
|
||||
|
||||
if ( cloud == "amazon-ec2" || cloud == "amazon-vpc" ) {
|
||||
if ( cloud == "amazon-ec2" || cloud == "amazon-vpc" )
|
||||
{
|
||||
if (!aMonitor.amazonIPCheck())
|
||||
{
|
||||
|
Reference in New Issue
Block a user