You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-16 14:20:56 +03:00
missing semicol
This commit is contained in:
@ -2847,7 +2847,7 @@ uint8_t WE_DMLCommandProc::processUpdate(messageqcpp::ByteStream& bs,
|
|||||||
convertToRelativeRid (rid, extentNum, blockNum);
|
convertToRelativeRid (rid, extentNum, blockNum);
|
||||||
rowIDLists.push_back(rid);
|
rowIDLists.push_back(rid);
|
||||||
uint32_t colWidth = (colTypes[j].colWidth > 8 ? 8 : colTypes[j].colWidth);
|
uint32_t colWidth = (colTypes[j].colWidth > 8 ? 8 : colTypes[j].colWidth);
|
||||||
int rrid = (int) relativeRID / (BYTE_PER_BLOCK / colWidth)
|
int rrid = (int) relativeRID / (BYTE_PER_BLOCK / colWidth);
|
||||||
// populate stats.blocksChanged
|
// populate stats.blocksChanged
|
||||||
if (rrid > preBlkNums[j])
|
if (rrid > preBlkNums[j])
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user