stream supported api
This commit is contained in:
parent
09bb7c3814
commit
a4d2dfed67
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue