more code
This commit is contained in:
parent
275f195c50
commit
4f0833e1a0
|
@ -406,11 +406,9 @@ struct SMemTable {
|
|||
TSKEY maxKey;
|
||||
int64_t nRow;
|
||||
int64_t nDel;
|
||||
struct {
|
||||
int32_t nTbData;
|
||||
int32_t nBucket;
|
||||
STbData **aBucket;
|
||||
};
|
||||
int32_t nTbData;
|
||||
int32_t nBucket;
|
||||
STbData **aBucket;
|
||||
};
|
||||
|
||||
struct TSDBROW {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue