You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-270 Add support for MEDIUMINT data type
This commit is contained in:
@ -197,10 +197,12 @@ ColumnInfo::ColumnInfo(Log* logger,
|
||||
case WriteEngine::WR_SHORT:
|
||||
case WriteEngine::WR_BYTE:
|
||||
case WriteEngine::WR_LONGLONG:
|
||||
case WriteEngine::WR_MEDINT:
|
||||
case WriteEngine::WR_INT:
|
||||
case WriteEngine::WR_USHORT:
|
||||
case WriteEngine::WR_UBYTE:
|
||||
case WriteEngine::WR_ULONGLONG:
|
||||
case WriteEngine::WR_UMEDINT:
|
||||
case WriteEngine::WR_UINT:
|
||||
default:
|
||||
{
|
||||
|
Reference in New Issue
Block a user