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-641 Basic support for updates.
This commit is contained in:
committed by
Roman Nozdrin
parent
f73de30427
commit
b07db9a8f4
@ -1382,6 +1382,7 @@ DataConvert::convertColumnData(const CalpontSystemCatalog::ColType& colType,
|
||||
// Simplest form of a template will use colType and width as a parameter
|
||||
// There will be lots specializations
|
||||
case CalpontSystemCatalog::DECIMAL:
|
||||
// TODO MCOL-641 implement decimal38 version of number_int_value
|
||||
if (colType.colWidth == 16)
|
||||
{
|
||||
int128_t bigint;
|
||||
|
Reference in New Issue
Block a user