Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

partitioning: Corrected partition management #1

Merged
merged 1 commit into from
Apr 26, 2021
Merged

Conversation

mjonss
Copy link
Owner

@mjonss mjonss commented Apr 26, 2021

Clarified currently supported partitioning management, and added experimental feature EXCHANGE PARTITION.
Fixes pingcap#5424

First-time contributors' checklist

What is changed, added or deleted? (Required)

Clarified currently supported partitioning management, and added experimental feature EXCHANGE PARTITION.
Fixes pingcap#5424
It mentioned split, merge and redefine, which is not clear what operations it refers to (REORGANIZE PARTITION, which is not supported)

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v5.0 (TiDB 5.0 versions)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 versions)

What is the related PR or file link(s)?

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

Clarified currently supported partitioning management, and added experimental feature EXCHANGE PARTITION.
Fixes pingcap#5424
@mjonss mjonss merged commit 012b885 into master Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"split, redefine partitions by using ALTER TABLE statements" is incorrect
1 participant