Merge pull request #21525 from taosdata/fix/TD-24093

fix: disable debug info
This commit is contained in:
dapan1121 2023-05-30 11:10:59 +08:00 committed by GitHub
commit 94d4de614a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "trpc.h"
extern SCatalogMgmt gCtgMgmt;
SCtgDebug gCTGDebug = {.statEnable = true};
SCtgDebug gCTGDebug = {0};
#if 0