summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-mysql-duplicate-key-error-information-update-548888bc44b8dbd7.yaml
blob: 53bedf35be538855aa5151938b7b59315337c24a (plain)
1
2
3
4
5
6
7
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.