Followup of "Added handler for mysql 8.0.19 duplicate key error update"

Followup of change: Ic78059b625e73cece355541cb4d89e641abc1103

Change-Id: Idb0410a1946acbd7caf6a0bb1dad229bd5c2c346
(cherry picked from commit be2cc6a2ce)
(cherry picked from commit 698e909bc2)
This commit is contained in:
Kamlesh Chauvhan 2021-06-09 12:28:50 +00:00 committed by kamlesh chauvhan
parent 8867e335da
commit 81e55722dc
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.