未验证 提交 91cd701d 编写于 作者: H haojun Liao 提交者: GitHub

Merge pull request #765 from taosdata/feature/slguan

rollback storage structure modification
......@@ -146,7 +146,10 @@ typedef struct _vg_obj {
} SVgObj;
typedef struct _db_obj {
char name[TSDB_METER_ID_LEN + 1];
/*
* this length will cause the storage structure to change, rollback
*/
char name[TSDB_DB_NAME_LEN + 1];
int64_t createdTime;
SDbCfg cfg;
int32_t numOfVgroups;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册