diff --git a/releasenotes/notes/fix-mysql-duplicate-key-error-information-update-548888bc44b8dbd7.yaml b/releasenotes/notes/fix-mysql-duplicate-key-error-information-update-548888bc44b8dbd7.yaml
new file mode 100644
index 00000000..53bedf35
--- /dev/null
+++ b/releasenotes/notes/fix-mysql-duplicate-key-error-information-update-548888bc44b8dbd7.yaml
@@ -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.