more code

This commit is contained in:
Hongze Cheng 2022-12-01 16:36:25 +08:00
parent 52443d3483
commit 78beb8f4f1
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ static int32_t tsdbInsertColDataToTable(SMemTable *pMemTable, STbData *pTbData,
tbDataMovePosTo(pTbData, pos, &key, SL_MOVE_FROM_POS);
}
if ((code = tbDataDoPut(pMemTable, pTbData, pos, &tRow, 0))) goto _exit;
if ((code = tbDataDoPut(pMemTable, pTbData, pos, &tRow, 1))) goto _exit;
lRow = tRow;
++tRow.iRow;