more code
This commit is contained in:
parent
685c0e5593
commit
9d4a626f42
|
@ -163,6 +163,8 @@ typedef union {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
TABLEID minTbid;
|
TABLEID minTbid;
|
||||||
TABLEID maxTbid;
|
TABLEID maxTbid;
|
||||||
|
int64_t minVer;
|
||||||
|
int64_t maxVer;
|
||||||
SFDataPtr dp[1];
|
SFDataPtr dp[1];
|
||||||
} SBrinBlk;
|
} SBrinBlk;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue