[#4974] Grrrrrr git
This commit is contained in:
parent
6915da57b7
commit
306dc0f24e
@ -214,21 +214,11 @@ public abstract class AbstractDatabase implements Database {
|
||||
|
||||
@Override
|
||||
public void executeStart(ExecuteContext ctx) {
|
||||
<<<<<<< HEAD
|
||||
watch = new StopWatch();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void executeEnd(ExecuteContext ctx) {
|
||||
=======
|
||||
super.executeStart(ctx);
|
||||
watch = new StopWatch();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void executeEnd(ExecuteContext ctx) {
|
||||
super.executeEnd(ctx);
|
||||
>>>>>>> branch 'master' of https://lukaseder@bitbucket.org/lukaseder/jooq.git
|
||||
if (watch.split() > 5 * 1000 * 1000 * 1000)
|
||||
log.warn(
|
||||
"Slow SQL",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user