未验证 提交 8b7622b5 编写于 作者: D dapan1121 提交者: GitHub

Update tglobal.c

上级 9952be43
......@@ -1347,15 +1347,9 @@ void taosCleanupCfg() {
}
}
extern int32_t scanDebug;
void taosCfgDynamicOptions(const char *option, const char *value) {
if (strncasecmp(option, "debugFlag", 9) == 0) {
int32_t flag = atoi(value);
if (1 == flag) {
scanDebug = 1;
} else {
scanDebug = 0;
}
taosSetAllDebugFlag(flag, true);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册