You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +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;
|
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" )
|
if ( cloud == "disable" )
|
||||||
amazonInstall = false;
|
amazonInstall = false;
|
||||||
|
Reference in New Issue
Block a user