提交 5b9e1cff 编写于 作者: X xywang

[TD-6012]<fix>: fixed no sql recordings via http while httpEnableRecordSql was on

上级 d1fd8c7e
...@@ -129,7 +129,6 @@ int32_t dnodeInitSystem() { ...@@ -129,7 +129,6 @@ int32_t dnodeInitSystem() {
taosInitGlobalCfg(); taosInitGlobalCfg();
taosReadGlobalLogCfg(); taosReadGlobalLogCfg();
taosSetCoreDump(); taosSetCoreDump();
taosInitNotes();
dnodeInitTmr(); dnodeInitTmr();
if (dnodeCreateDir(tsLogDir) < 0) { if (dnodeCreateDir(tsLogDir) < 0) {
...@@ -151,6 +150,8 @@ int32_t dnodeInitSystem() { ...@@ -151,6 +150,8 @@ int32_t dnodeInitSystem() {
dInfo("start to initialize TDengine"); dInfo("start to initialize TDengine");
taosInitNotes();
if (dnodeInitComponents() != 0) { if (dnodeInitComponents() != 0) {
return -1; return -1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册