From b2bf6dece586c735ee30cd078081b8e8c7729546 Mon Sep 17 00:00:00 2001 From: gscteam <49755341+gscteam@users.noreply.github.com> Date: Wed, 1 May 2019 13:38:02 -0500 Subject: [PATCH] missing semicol --- writeengine/server/we_dmlcommandproc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writeengine/server/we_dmlcommandproc.cpp b/writeengine/server/we_dmlcommandproc.cpp index 118363217..1ca4d1d7c 100644 --- a/writeengine/server/we_dmlcommandproc.cpp +++ b/writeengine/server/we_dmlcommandproc.cpp @@ -2847,7 +2847,7 @@ uint8_t WE_DMLCommandProc::processUpdate(messageqcpp::ByteStream& bs, convertToRelativeRid (rid, extentNum, blockNum); rowIDLists.push_back(rid); 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 if (rrid > preBlkNums[j]) {