summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-20 17:57:08 +0000
committerGerrit Code Review <review@openstack.org>2021-08-20 17:57:08 +0000
commitf6c558764a8ef98d74f3a0fc24fed42a3be9226f (patch)
treee055df3ac4f90981d348801b87b2b4d3ded9553c
parentc3ffc0ddb22c476a10a5f677f08395f288f360b6 (diff)
parenta051545781d8ce9604b52bbe6dacde55a5e51629 (diff)
downloadoslo-db-ussuri-em.tar.gz
Merge "Followup of "Added handler for mysql 8.0.19 duplicate key error update"" into stable/ussuriussuri-em8.1.1
-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.