fix compatible error

This commit is contained in:
yihaoDeng 2024-04-02 10:41:38 +00:00
parent 684055bc7c
commit a7058668d5
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ typedef struct {
int64_t maxVer;
int32_t numRec;
int32_t size[15];
uint32_t cmprAlg;
int8_t cmprAlg;
int8_t numOfPKs; // number of primary keys
int8_t rsvd[6];
} SBrinBlk;