From 84d18005f20554ee243e6c287190ffc03595bcae Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Tue, 19 Dec 2023 11:34:15 +0800 Subject: [PATCH] fix:add control for raw data in schemaless --- source/client/src/clientSml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/src/clientSml.c b/source/client/src/clientSml.c index f973d165bb..6bcdb4e973 100644 --- a/source/client/src/clientSml.c +++ b/source/client/src/clientSml.c @@ -1658,7 +1658,7 @@ static bool getLine(SSmlHandle *info, char *lines[], char **rawLine, char *rawLi } } - if(*rawLine != NULL){ + if(*rawLine != NULL && (uDebugFlag & DEBUG_DEBUG)){ char* print = taosMemoryCalloc(*len + 1, 1); memcpy(print, *tmp, *len); uDebug("SML:0x%" PRIx64 " smlParseLine is raw, numLines:%d, protocol:%d, len:%d, data:%s", info->id,