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-1197 Make -c work in cpimport
It turns out -c wasn't actually connected to anything and now with have BLOB/TEXT it is pretty useful. If -c is set to < 1MB then 1MB is used, otherwise it will use the selected buffer size.
This commit is contained in:
@ -2301,6 +2301,13 @@ char WESDHandler::getEscChar()
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
int WESDHandler::getReadBufSize()
|
||||
{
|
||||
return fRef.fCmdArgs.getReadBufSize();
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
char WESDHandler::getDelimChar()
|
||||
{
|
||||
return fRef.fCmdArgs.getDelimChar();
|
||||
|
Reference in New Issue
Block a user