Merge "Followup of "Added handler for mysql 8.0.19 duplicate key error update"" into stable/wallaby

This commit is contained in:
Zuul 2021-08-10 14:57:53 +00:00 committed by Gerrit Code Review
commit 3b452de5d2
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
fixes:
- |
In mysql 8.0.19, duplicate key error information is extended to
include the table name of the key. Previously, duplicate key error
information included only the key value and key name.
This extends capabilities to handle changes in duplicate key error
information with newer mysql version since 8.0.19.