提交 b15d9271 编写于 作者: J jurgen

SQL execution statistics fix

Former-commit-id: d9c807e7
上级 23ba5a00
......@@ -347,6 +347,7 @@ public class SQLQueryJob extends DataSourceJob
}
if (hasResultSet && fetchResultSets) {
resultSetNumber++;
fetchResultSetNumber = resultSetNumber;
}
if (!hasResultSet && updateCount < 0) {
// Nothing else to fetch
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册