You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MCOL-270 Add support for MEDIUMINT data type
This commit is contained in:
@@ -1224,8 +1224,9 @@ void BulkLoadBuffer::convert(char* field, int fieldLength,
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// UNSIGNED INTEGER
|
||||
// UNSIGNED MEDIUM INTEGER AND UNSIGNED INTEGER
|
||||
//----------------------------------------------------------------------
|
||||
case WriteEngine::WR_UMEDINT :
|
||||
case WriteEngine::WR_UINT :
|
||||
{
|
||||
int64_t origVal;
|
||||
@@ -1306,8 +1307,9 @@ void BulkLoadBuffer::convert(char* field, int fieldLength,
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// INTEGER
|
||||
// MEDIUM INTEGER AND INTEGER
|
||||
//----------------------------------------------------------------------
|
||||
case WriteEngine::WR_MEDINT :
|
||||
case WriteEngine::WR_INT :
|
||||
default :
|
||||
{
|
||||
|
Reference in New Issue
Block a user