Comment 1 for bug 1896916

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

Reviewed: https://review.opendev.org/c/openstack/oslo.db/+/792124
Committed: https://opendev.org/openstack/oslo.db/commit/2c2e6d48ace2d91dce94d2e62fb0bdda904bc2bd
Submitter: "Zuul (22348)"
Branch: master

commit 2c2e6d48ace2d91dce94d2e62fb0bdda904bc2bd
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