You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-2022. Removed some test code.
This commit is contained in:
@ -1399,15 +1399,6 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
cloud = oam::UnassignedName;
|
||||
}
|
||||
|
||||
#if XXXPAT
|
||||
if (cloud.find("amazon") != string::npos)
|
||||
{
|
||||
cout << "AWS-specific functionality has been deprecated for this version." << endl
|
||||
<< "Please re-run postConfigure without the upgrade option." << endl;
|
||||
exit(1);
|
||||
}
|
||||
#endif
|
||||
|
||||
if ( cloud == "disable" )
|
||||
amazonInstall = false;
|
||||
|
Reference in New Issue
Block a user