Browse Source

Support for new MySQL 8 error code 3572

Closes gh-23972
pull/28406/head
Juergen Hoeller 6 years ago
parent
commit
d1a01f2675
  1. 2
      spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

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

@ -199,7 +199,7 @@ @@ -199,7 +199,7 @@
<value>1</value>
</property>
<property name="cannotAcquireLockCodes">
<value>1205</value>
<value>1205,3572</value>
</property>
<property name="deadlockLoserCodes">
<value>1213</value>

Loading…
Cancel
Save