more code
This commit is contained in:
parent
52443d3483
commit
78beb8f4f1
|
@ -636,7 +636,7 @@ static int32_t tsdbInsertColDataToTable(SMemTable *pMemTable, STbData *pTbData,
|
||||||
tbDataMovePosTo(pTbData, pos, &key, SL_MOVE_FROM_POS);
|
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;
|
lRow = tRow;
|
||||||
|
|
||||||
++tRow.iRow;
|
++tRow.iRow;
|
||||||
|
|
Loading…
Reference in New Issue