summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamlesh Chauvhan <kamlesh.chauvhan@gmail.com>2021-06-09 12:28:50 +0000
committerkamlesh chauvhan <kamlesh.chauvhan@gmail.com>2021-08-04 09:13:08 +0000
commit81e55722dc83744c7cc5fc6a062248843519db69 (patch)
tree95022d30e287bc80cb365b5c02b32ee0050eb3e3
parent8867e335da5451779d54a05e3f6194a3361582af (diff)
downloadoslo-db-stable/victoria.tar.gz
Followup of "Added handler for mysql 8.0.19 duplicate key error update"victoria-em8.4.1stable/victoria
Followup of change: Ic78059b625e73cece355541cb4d89e641abc1103 Change-Id: Idb0410a1946acbd7caf6a0bb1dad229bd5c2c346 (cherry picked from commit be2cc6a2ce40f6666d1e2b0f13054e7be7bc792e) (cherry picked from commit 698e909bc22e3568e11959ed3cff64aa94a39922)
-rw-r--r--releasenotes/notes/fix-mysql-duplicate-key-error-information-update-548888bc44b8dbd7.yaml8
1 files changed, 8 insertions, 0 deletions
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 0000000..53bedf3
--- /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.