提交 11c80d49 编写于 作者: wmmhello's avatar wmmhello

TD-6129<feature> match/nmatch support for nchar

上级 7cb90161
......@@ -4088,8 +4088,8 @@ static FORCE_INLINE int32_t tsdbGetJsonTagDataFromId(void *param, int32_t id, ch
*data = TABLE_NAME(pTable);
} else {
void* jsonData = getJsonTagValue(pTable, name, TSDB_MAX_JSON_KEY_MD5_LEN, NULL);
assert(jsonData != NULL);
jsonData += CHAR_BYTES; // jump type
// jsonData == NULL for ? operation
if(jsonData != NULL); jsonData += CHAR_BYTES; // jump type
*data = jsonData;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册