Browse Source

Recognize error code 149 as deadlock loser (MySQL Galera)

Closes gh-36499
pull/36513/head
Juergen Hoeller 4 days ago
parent
commit
de562deab0
  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

@ -209,7 +209,7 @@
<value>1205,3572</value> <value>1205,3572</value>
</property> </property>
<property name="deadlockLoserCodes"> <property name="deadlockLoserCodes">
<value>1213</value> <value>149,1213</value>
</property> </property>
</bean> </bean>

Loading…
Cancel
Save