fix compatible error
This commit is contained in:
parent
684055bc7c
commit
a7058668d5
|
@ -169,7 +169,7 @@ typedef struct {
|
||||||
int64_t maxVer;
|
int64_t maxVer;
|
||||||
int32_t numRec;
|
int32_t numRec;
|
||||||
int32_t size[15];
|
int32_t size[15];
|
||||||
uint32_t cmprAlg;
|
int8_t cmprAlg;
|
||||||
int8_t numOfPKs; // number of primary keys
|
int8_t numOfPKs; // number of primary keys
|
||||||
int8_t rsvd[6];
|
int8_t rsvd[6];
|
||||||
} SBrinBlk;
|
} SBrinBlk;
|
||||||
|
|
Loading…
Reference in New Issue