Closed ti-chi-bot closed 9 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
release-8.5@6404c67
). Learn more about missing BASE report.
🚨 Try these New Features:
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Benjamin2037, fzzf678, lance6716
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This is an automated cherry-pick of #57577
What problem does this PR solve?
Issue Number: close #57578
Problem Summary:
What changed and how does it work?
https://github.com/pingcap/tidb/pull/55477 change the behavior of null value insert. To adapt to this change, some
NOT NULL
constraints have to be removed.Previous PR just wrongly change
INSERT INTO
toINSERT IGNORE INTO
, which may case data correctness.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.