From 688616657b176c778608cf878ec51a8cd9a53b49 Mon Sep 17 00:00:00 2001 From: slzhou Date: Mon, 19 Sep 2022 14:29:23 +0800 Subject: [PATCH] fix: add init config optition to avoid core --- src/common/src/tglobal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index d9b254a26a..6260b22c81 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -1786,6 +1786,7 @@ static void doInitGlobalConfig(void) { cfg.maxValue = 10000000; cfg.ptrLength = 0; cfg.unitType = TAOS_CFG_UTYPE_NONE; + taosInitConfigOption(cfg); cfg.option = "sortWhenGroupBy"; cfg.ptr = &tsSortWhenGroupBy; -- GitLab