提交 110e02c4 编写于 作者: M Minglei Jin

tsdbCache: fix insert last

上级 107e871c
......@@ -142,7 +142,7 @@ int32_t tsdbCacheInsertLast(SLRUCache *pCache, tb_uid_t uid, STSRow *row) {
} else {
taosLRUCacheRelease(pCache, h, true);
/* tsdbCacheDeleteLast(pCache, uid, TSKEY_MAX); */
tsdbCacheInsertLastrow(pCache, uid, row);
tsdbCacheInsertLast(pCache, uid, row);
}
}
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册