We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e29f44 commit 8d952e1Copy full SHA for 8d952e1
src/main/core-impl/java/com/mysql/cj/ServerPreparedQuery.java
@@ -556,7 +556,7 @@ public void clearParameters(boolean clearServerParameters) {
556
557
if (this.queryBindings != null) {
558
hadLongData = this.queryBindings.clearBindValues();
559
- this.queryBindings.setLongParameterSwitchDetected(clearServerParameters && hadLongData ? false : true);
+ this.queryBindings.setLongParameterSwitchDetected(clearServerParameters && hadLongData);
560
}
561
562
if (clearServerParameters && hadLongData) {
0 commit comments