1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

One more try to fix autobake build

This commit is contained in:
Leonid Fedorov
2025-07-15 22:15:27 +00:00
committed by Leonid Fedorov
parent 902805d5a3
commit 05bbfcae57
5 changed files with 4 additions and 12 deletions

View File

@ -303,7 +303,7 @@ void WECmdArgs::parseCmdLineArgs(int argc, char** argv)
fAllowMissingColumn = true;
}
}
if (vm.contains("max-errors"))
if (vm.count("max-errors"))
{
auto optarg= vm["max-errors"].as<string>();
if (optarg == "all")

View File

@ -736,7 +736,7 @@ void WECmdArgs::parseCmdLineArgs(int argc, char** argv)
fBatchQty = 10000;
}
}
if (vm.contains("max-errors"))
if (vm.count("max-errors"))
{
auto optarg = vm["max-errors"].as<string>();
if (optarg == "all")