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

This commit is contained in:
xywang 2021-08-12 11:44:14 +08:00
parent d1fd8c7ebd
commit 5b9e1cff99
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,6 @@ int32_t dnodeInitSystem() {
taosInitGlobalCfg();
taosReadGlobalLogCfg();
taosSetCoreDump();
taosInitNotes();
dnodeInitTmr();
if (dnodeCreateDir(tsLogDir) < 0) {
@ -151,6 +150,8 @@ int32_t dnodeInitSystem() {
dInfo("start to initialize TDengine");
taosInitNotes();
if (dnodeInitComponents() != 0) {
return -1;
}