Comment 7 for bug 1896916

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.db (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/oslo.db/+/798761
Committed: https://opendev.org/openstack/oslo.db/commit/8867e335da5451779d54a05e3f6194a3361582af
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 8867e335da5451779d54a05e3f6194a3361582af
Author: Kamlesh Chauvhan <email address hidden>
Date: Wed May 19 10:41:16 2021 +0000

    Added handler for mysql 8.0.19 duplicate key error update

    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.

    Unit tests are provided for updated changes.

    Change-Id: Ic78059b625e73cece355541cb4d89e641abc1103
    Closes-Bug: #1896916
    (cherry picked from commit 2c2e6d48ace2d91dce94d2e62fb0bdda904bc2bd)
    (cherry picked from commit b32b643acc0528099a88504d4d824cdc002a85df)