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-270 Add support for MEDIUMINT data type
This commit is contained in:
@ -1068,6 +1068,7 @@ void TupleUnion::writeNull(Row* out, uint32_t col)
|
||||
out->setUintField<4>(joblist::INTNULL, col);
|
||||
break;
|
||||
|
||||
case CalpontSystemCatalog::UMEDINT:
|
||||
case CalpontSystemCatalog::UINT:
|
||||
out->setUintField<4>(joblist::UINTNULL, col);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user