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-641 Basic extent elimination support for Decimal38.
This commit is contained in:
committed by
Roman Nozdrin
parent
84f9821720
commit
55afcd8890
@@ -573,6 +573,10 @@ keepGoing:
|
||||
{
|
||||
colDefPtr->fType->fLength = 8;
|
||||
}
|
||||
else if (colDefPtr->fType->fPrecision > 18 && colDefPtr->fType->fPrecision < 39)
|
||||
{
|
||||
colDefPtr->fType->fLength = 16;
|
||||
}
|
||||
}
|
||||
|
||||
bytestream << (fStartingColOID + (colNum++) + 1);
|
||||
|
Reference in New Issue
Block a user