more
This commit is contained in:
parent
86a32ddac4
commit
6d3f41c96e
|
@ -229,6 +229,9 @@ struct SMemTable {
|
|||
TSDBKEY minKey;
|
||||
TSDBKEY maxKey;
|
||||
int64_t nRow;
|
||||
int64_t nDelOp;
|
||||
SDelOp *pHead;
|
||||
SDelOp *pTail;
|
||||
SSkipList *pSlIdx; // SSkiplist<STbData>
|
||||
SHashObj *pHashIdx;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue