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-4030: first commit of warning removals unneed const and missing virtual dtors.
This commit is contained in:
@ -256,7 +256,7 @@ int FileOp::createFile(FID fid,
|
||||
BRM::LBID_t startLbid;
|
||||
uint32_t startBlock;
|
||||
RETURN_ON_ERROR( BRMWrapper::getInstance()->allocateColExtentExactFile(
|
||||
(const OID)fid, (uint32_t)width, dbRootx, partitionx, segment, colDataType,
|
||||
(OID)fid, (uint32_t)width, dbRootx, partitionx, segment, colDataType,
|
||||
startLbid, allocSize, startBlock) );
|
||||
|
||||
// We allocate a full extent from BRM, but only write an abbreviated 256K
|
||||
|
Reference in New Issue
Block a user