提交 77d5a744 authored 作者: Thomas Mueller's avatar Thomas Mueller

Bugfix

上级 cd833fcb
...@@ -52,6 +52,7 @@ public class QueryStatisticsData { ...@@ -52,6 +52,7 @@ public class QueryStatisticsData {
QueryEntry entry = map.get(sqlStatement); QueryEntry entry = map.get(sqlStatement);
if (entry == null) { if (entry == null) {
entry = new QueryEntry(); entry = new QueryEntry();
entry.sqlStatement = sqlStatement;
map.put(sqlStatement, entry); map.put(sqlStatement, entry);
} }
entry.update(executionTime, rowCount); entry.update(executionTime, rowCount);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论