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-641 Refactor empty value implementation in writeengine.
This commit is contained in:
committed by
Roman Nozdrin
parent
97ee1609b2
commit
824615a55b
@ -895,7 +895,7 @@ int ColumnInfo::extendColumnOldExtent(
|
||||
}
|
||||
|
||||
rc = colOp->expandAbbrevColumnExtent( pFile, dbRootNext,
|
||||
column.emptyVal, column.width);
|
||||
(uint8_t*)&column.emptyVal, column.width);
|
||||
|
||||
if (rc != NO_ERROR)
|
||||
{
|
||||
|
Reference in New Issue
Block a user