提交 80a7549c 编写于 作者: S Shengliang Guan

Merge branch 'feature/dnode3' of https://github.com/taosdata/TDengine into feature/dnode3

......@@ -102,6 +102,7 @@ typedef struct {
int8_t status;
int8_t align[6];
} SdbHead;
typedef struct SClusterObj {
SdbHead head;
int64_t id;
......
......@@ -30,6 +30,7 @@ static void mnodeCreateDefaultAcct() {
.accessState = TSDB_VN_ALL_ACCCESS};
acctObj.acctId = 1;
acctObj.createdTime = taosGetTimestampMs();
acctObj.updateTime = taosGetTimestampMs();
sdbInsertRow(MN_SDB_ACCT, &acctObj);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册