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-4573: increase cpimport.bin arg vector from 20 to 50
This commit is contained in:
@ -479,7 +479,7 @@ void WESplitterApp::invokeCpimport()
|
|||||||
|
|
||||||
std::istringstream ss(aCmdLineStr);
|
std::istringstream ss(aCmdLineStr);
|
||||||
std::string arg;
|
std::string arg;
|
||||||
std::vector<std::string> v2(20, "");
|
std::vector<std::string> v2(50, "");
|
||||||
unsigned int i = 0;
|
unsigned int i = 0;
|
||||||
|
|
||||||
while (ss >> arg)
|
while (ss >> arg)
|
||||||
|
Reference in New Issue
Block a user