[TD-682j]

This commit is contained in:
Hui Li 2020-06-19 13:28:38 +08:00
parent ce7b4e5dc6
commit 9cb883f359
1 changed files with 2 additions and 2 deletions

View File

@ -89,14 +89,14 @@ typedef struct SSuperTableObj {
int32_t tversion;
int32_t numOfColumns;
int32_t numOfTags;
int8_t reserved0[3];
int8_t reserved1[3];
int8_t updateEnd[1];
int32_t refCount;
int32_t numOfTables;
SSchema * schema;
void * vgHash;
int16_t nextColId;
int8_t reserved1[6];
int8_t reserved2[6];
} SSuperTableObj;
typedef struct {