Skip to content

Commit d1a01f2

Browse files
committed
Support for new MySQL 8 error code 3572
Closes gh-23972
1 parent 2132eec commit d1a01f2

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
@@ -199,7 +199,7 @@
199199
<value>1</value>
200200
</property>
201201
<property name="cannotAcquireLockCodes">
202-
<value>1205</value>
202+
<value>1205,3572</value>
203203
</property>
204204
<property name="deadlockLoserCodes">
205205
<value>1213</value>

0 commit comments

Comments
 (0)