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-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::string arg;
|
||||
std::vector<std::string> v2(20, "");
|
||||
std::vector<std::string> v2(50, "");
|
||||
unsigned int i = 0;
|
||||
|
||||
while (ss >> arg)
|
||||
|
Reference in New Issue
Block a user