add tsdb table sversion

This commit is contained in:
hzcheng 2020-03-14 13:32:33 +08:00
parent 71b42f717d
commit 5ba5fb73f1
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ typedef struct {
typedef struct {
TSDB_TABLE_TYPE type;
STableId tableId;
int32_t sversion;
int64_t superUid;
STSchema * schema;
STSchema * tagSchema;

View File

@ -38,6 +38,7 @@ typedef struct STable {
TSDB_TABLE_TYPE type;
STableId tableId;
int32_t superUid; // Super table UID
int32_t sversion;
STSchema * schema;
STSchema * tagSchema;
SDataRow tagVal;