stream supported api

This commit is contained in:
wangjiaming0909 2024-02-04 14:34:14 +08:00
parent 09bb7c3814
commit a4d2dfed67
2 changed files with 3 additions and 3 deletions

View File

@ -275,7 +275,7 @@ typedef STableTSMAInfo STSMACache;
typedef struct SCtgTbCache {
SRWLatch metaLock;
SRWLatch indexLock;
SRWLatch tsmaLock;
SRWLatch tsmaLock;// TODO remove?
STableMeta* pMeta;
STableIndex* pIndex;
} SCtgTbCache;