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

This commit is contained in:
Zuul 2021-08-20 17:57:08 +00:00 committed by Gerrit Code Review
commit f6c558764a
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.