提交 5bd54d79 编写于 作者: G Ganlin Zhao

[TD-12461]<fix>(other): Potential monitor crash when saving master uptime info into log database

上级 121b1090
......@@ -1280,7 +1280,7 @@ static void monSaveSlowQueryInfo() {
monDebug("save slow query, sql:%s", sql);
if (!has_slowquery) {
return;
goto DONE;
}
void *res = taos_query(tsMonitor.conn, tsMonitor.sql);
code = taos_errno(res);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册