Skip to content

meta,ddl: fix duplicate entry error when insert after drop and recover table (#52761)#53186

Merged
ti-chi-bot[bot] merged 3 commits into
pingcap:release-6.5from
ti-chi-bot:cherry-pick-52761-to-release-6.5
Jun 4, 2024
Merged

meta,ddl: fix duplicate entry error when insert after drop and recover table (#52761)#53186
ti-chi-bot[bot] merged 3 commits into
pingcap:release-6.5from
ti-chi-bot:cherry-pick-52761-to-release-6.5

Conversation

@ti-chi-bot
Copy link
Copy Markdown
Member

This is an automated cherry-pick of #52761

What problem does this PR solve?

Issue Number: close #52680

Problem Summary:

What changed and how does it work?

After #39041, CreateTableAndSetAutoID do not set the auto id correctly.
We should recover RowID, AutoIncrementID, RandomID..

P.S. drop table do not remove auto id entry in autoid service, this is not a problem.

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)

Follow the steps described in the issue.

  • No need to test
    • I checked and no code files have been changed.

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot ti-chi-bot added release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. type/cherry-pick-for-release-6.5 This PR is cherry-picked to release-6.5 from a source PR. labels May 11, 2024
@ti-chi-bot ti-chi-bot Bot added do-not-merge/cherry-pick-not-approved size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 11, 2024
@ti-chi-bot ti-chi-bot Bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 3, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 3, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.

Please upload report for BASE (release-6.5@95e4dd9). Learn more about missing BASE report.

Additional details and impacted files
@@               Coverage Diff                @@
##             release-6.5     #53186   +/-   ##
================================================
  Coverage               ?   73.6621%           
================================================
  Files                  ?       1096           
  Lines                  ?     351942           
  Branches               ?          0           
================================================
  Hits                   ?     259248           
  Misses                 ?      76064           
  Partials               ?      16630           

@ti-chi-bot ti-chi-bot added the cherry-pick-approved Cherry pick PR approved by release team. label Jun 4, 2024
@ti-chi-bot ti-chi-bot Bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Jun 4, 2024
@ti-chi-bot ti-chi-bot Bot added the lgtm label Jun 4, 2024
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot Bot commented Jun 4, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: D3Hunter, tiancaiamao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [D3Hunter,tiancaiamao]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Jun 4, 2024
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot Bot commented Jun 4, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-06-04 03:19:23.938596872 +0000 UTC m=+3351317.695732445: ☑️ agreed by D3Hunter.
  • 2024-06-04 05:05:32.64312847 +0000 UTC m=+3357686.400264043: ☑️ agreed by tiancaiamao.

@ti-chi-bot ti-chi-bot Bot merged commit b789f60 into pingcap:release-6.5 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved cherry-pick-approved Cherry pick PR approved by release team. lgtm release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. type/cherry-pick-for-release-6.5 This PR is cherry-picked to release-6.5 from a source PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants