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 extent elimination support for Decimal38.
This commit is contained in:
committed by
Roman Nozdrin
parent
84f9821720
commit
55afcd8890
@ -649,7 +649,7 @@ inline int BRMWrapper::bulkSetHWMAndCP(
|
||||
|
||||
inline int BRMWrapper::setExtentsMaxMin(const BRM::CPInfoList_t& cpinfoList)
|
||||
{
|
||||
int rc = blockRsltnMgrPtr->setExtentsMaxMin( cpinfoList );
|
||||
int rc = blockRsltnMgrPtr->setExtentsMaxMin(cpinfoList);
|
||||
return getRC( rc, ERR_BRM_SET_EXTENTS_CP );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user