Skip to content

Commit 639dce6

Browse files
committed
Support for new MySQL 8 error code 3572
Closes gh-23972
1 parent 8e65834 commit 639dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<value>1</value>
206206
</property>
207207
<property name="cannotAcquireLockCodes">
208-
<value>1205</value>
208+
<value>1205,3572</value>
209209
</property>
210210
<property name="deadlockLoserCodes">
211211
<value>1213</value>

0 commit comments

Comments
 (0)