Skip to content

Commit 1f57a5c

Browse files
ngbanguyenbpkroth
andauthored
Splitting otmetrics fix from #379 (#396)
* Splitting otmetrics close stmt from #379 * Add CONTRIBUTORS for traceable copyright attribution --------- Co-authored-by: Brian Kroth <[email protected]>
1 parent 8ce37b6 commit 1f57a5c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
We also acknowledge contributions from the following collaborators:
2020

2121
+ [Florian Funke](http://www3.in.tum.de/~funkef/)
22-
+ [Michael Seibold](http://www3.in.tum.de/~seibold/)
22+
+ [Michael Seibold](http://www3.in.tum.de/~seibold/)
23+
+ [Oracle](https://github.com/oracle) (Copyright (c) 2023, Oracle and/or its affiliates.)

src/main/java/com/oltpbenchmark/benchmarks/otmetrics/procedures/GetSessionRange.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ public List<Object[]> run(Connection conn, int source_id, int session_low, int s
7070
finalResults.add(arr);
7171
}
7272
}
73+
stmt.close();
74+
7375
return (finalResults);
7476
}
7577

0 commit comments

Comments
 (0)