提交 5ba5fb73 编写于 作者: H hzcheng

add tsdb table sversion

上级 71b42f71
......@@ -75,6 +75,7 @@ typedef struct {
typedef struct {
TSDB_TABLE_TYPE type;
STableId tableId;
int32_t sversion;
int64_t superUid;
STSchema * schema;
STSchema * tagSchema;
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册