fix: an insert error
This commit is contained in:
parent
2d85c7c451
commit
046174656c
|
@ -695,7 +695,7 @@ static int32_t tsdbInsertRowDataToTable(SMemTable *pMemTable, STbData *pTbData,
|
|||
}
|
||||
|
||||
while (iRow < nRow) {
|
||||
tRow.pTSRow = aRow[iRow++];
|
||||
tRow.pTSRow = aRow[iRow];
|
||||
key.ts = tRow.pTSRow->ts;
|
||||
|
||||
if (SL_NODE_FORWARD(pos[0], 0) != pTbData->sl.pTail) {
|
||||
|
|
Loading…
Reference in New Issue