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

MCOL-4573: increase cpimport.bin arg vector from 20 to 50

This commit is contained in:
benthompson15
2021-03-02 18:09:43 -06:00
parent 577890c3fa
commit ba4b7e5a35

View File

@ -479,7 +479,7 @@ void WESplitterApp::invokeCpimport()
std::istringstream ss(aCmdLineStr);
std::string arg;
std::vector<std::string> v2(20, "");
std::vector<std::string> v2(50, "");
unsigned int i = 0;
while (ss >> arg)