Skip to content

Commit

Permalink
[CONJ-1006] reset failover NPE when cachePrepStmts is disable
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Sep 1, 2022
1 parent 0f6ba26 commit 921debb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ public PrepareCache getPrepareCache() {
}

public void resetPrepareCache() {
prepareCache.reset();
if (prepareCache != null) prepareCache.reset();
}

public int getStateFlag() {
Expand Down

0 comments on commit 921debb

Please sign in to comment.