Skip to content

Commit

Permalink
Support for new MySQL 8 error code 3572
Browse files Browse the repository at this point in the history
Closes gh-23972
  • Loading branch information
jhoeller committed Nov 13, 2019
1 parent 8e65834 commit 639dce6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -205,7 +205,7 @@
<value>1</value>
</property>
<property name="cannotAcquireLockCodes">
<value>1205</value>
<value>1205,3572</value>
</property>
<property name="deadlockLoserCodes">
<value>1213</value>
Expand Down

2 comments on commit 639dce6

@darren-wang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which version was this new feature first included?

@bclozel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.