提交 bf4fbf0a 编写于 作者: X xywang

[TS-1387]<fix>: fixed a coredump

上级 7c50b330
......@@ -2994,7 +2994,8 @@ int32_t tscValidateName(SStrToken* pToken, bool escapeEnabled, bool *dbIncluded)
if (sep == NULL) {
return TSDB_CODE_TSC_INVALID_OPERATION;
}
*dbIncluded = true;
if (dbIncluded) *dbIncluded = true;
return tscValidateName(pToken, escapeEnabled, NULL);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册