tsdbCache: fix insert last

This commit is contained in:
Minglei Jin 2022-06-30 21:02:09 +08:00
parent 107e871cb5
commit 110e02c44e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {