提交 322181c1 编写于 作者: S slguan

fix the issue #233, failed to record slow query

上级 555309d9
......@@ -59,7 +59,7 @@ void tscSaveSlowQueryFp(void *handle, void *tmrId) {
taos = taos_connect(NULL, "monitor", tsInternalPass, NULL, 0);
if (taos == NULL) {
tscError("failed to save slow query, can't connect to server");
free(sql);
free(sql);
return;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册