add tsdb table sversion
This commit is contained in:
parent
71b42f717d
commit
5ba5fb73f1
|
@ -75,6 +75,7 @@ typedef struct {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
TSDB_TABLE_TYPE type;
|
TSDB_TABLE_TYPE type;
|
||||||
STableId tableId;
|
STableId tableId;
|
||||||
|
int32_t sversion;
|
||||||
int64_t superUid;
|
int64_t superUid;
|
||||||
STSchema * schema;
|
STSchema * schema;
|
||||||
STSchema * tagSchema;
|
STSchema * tagSchema;
|
||||||
|
|
|
@ -38,6 +38,7 @@ typedef struct STable {
|
||||||
TSDB_TABLE_TYPE type;
|
TSDB_TABLE_TYPE type;
|
||||||
STableId tableId;
|
STableId tableId;
|
||||||
int32_t superUid; // Super table UID
|
int32_t superUid; // Super table UID
|
||||||
|
int32_t sversion;
|
||||||
STSchema * schema;
|
STSchema * schema;
|
||||||
STSchema * tagSchema;
|
STSchema * tagSchema;
|
||||||
SDataRow tagVal;
|
SDataRow tagVal;
|
||||||
|
|
Loading…
Reference in New Issue