提交 dcb99d98 编写于 作者: X xywang

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

上级 1b5bff50
......@@ -2972,7 +2972,7 @@ 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.
先完成此消息的编辑!
想要评论请 注册