This commit is contained in:
dapan1121 2021-03-12 19:23:01 +08:00
parent 4ce2e4e014
commit 9dfce04f22
1 changed files with 2 additions and 0 deletions

View File

@ -331,6 +331,8 @@ int32_t handleCreateFunc(SSqlObj* pSql, struct SSqlInfo* pInfo) {
SDropFuncMsg *pMsg = (SDropFuncMsg *)pSql->cmd.payload; SDropFuncMsg *pMsg = (SDropFuncMsg *)pSql->cmd.payload;
t0->z[t0->n] = 0;
strdequote(t0->z); strdequote(t0->z);
if (strlen(t0->z) >= TSDB_FUNC_NAME_LEN) { if (strlen(t0->z) >= TSDB_FUNC_NAME_LEN) {