未验证 提交 c79f5926 编写于 作者: C codedump 提交者: GitHub

Merge pull request #8218 from taosdata/hotfix/TS-430

[fix][TS-430]fix cachelast core
...@@ -802,6 +802,8 @@ static int tsdbRestoreLastRow(STsdbRepo *pRepo, STable *pTable, SReadH* pReadh, ...@@ -802,6 +802,8 @@ static int tsdbRestoreLastRow(STsdbRepo *pRepo, STable *pTable, SReadH* pReadh,
pCol->offset); pCol->offset);
} }
pTable->lastKey = memRowKey(pTable->lastRow);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册