fix bug
This commit is contained in:
parent
4ce2e4e014
commit
9dfce04f22
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue