tsdbCache: fix insert last
This commit is contained in:
parent
107e871cb5
commit
110e02c44e
|
@ -142,7 +142,7 @@ int32_t tsdbCacheInsertLast(SLRUCache *pCache, tb_uid_t uid, STSRow *row) {
|
||||||
} else {
|
} else {
|
||||||
taosLRUCacheRelease(pCache, h, true);
|
taosLRUCacheRelease(pCache, h, true);
|
||||||
/* tsdbCacheDeleteLast(pCache, uid, TSKEY_MAX); */
|
/* tsdbCacheDeleteLast(pCache, uid, TSKEY_MAX); */
|
||||||
tsdbCacheInsertLastrow(pCache, uid, row);
|
tsdbCacheInsertLast(pCache, uid, row);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue