more code

This commit is contained in:
Hongze Cheng 2023-06-08 13:28:13 +08:00
parent 685c0e5593
commit 9d4a626f42
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ typedef union {
typedef struct {
TABLEID minTbid;
TABLEID maxTbid;
int64_t minVer;
int64_t maxVer;
SFDataPtr dp[1];
} SBrinBlk;