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
Merge branch 'develop-1.1' into 1.1-merge-up-20180509-a2
This commit is contained in:
@ -1490,8 +1490,8 @@ int BulkLoadBuffer::parseCol(ColumnInfo& columnInfo)
|
||||
}
|
||||
|
||||
// create a buffer for the size of the rows being written.
|
||||
unsigned char* buf = new unsigned char[fTotalReadRowsParser *
|
||||
columnInfo.column.width];
|
||||
unsigned char* buf = new unsigned char[fTotalReadRowsParser*
|
||||
columnInfo.column.width];
|
||||
char* field = new char[MAX_FIELD_SIZE + 1];
|
||||
|
||||
// Initialize min/max buffer values. We initialize to a sufficient
|
||||
|
Reference in New Issue
Block a user