Skip to content

partitioning: Corrected partition management#1

Merged
mjonss merged 1 commit into
masterfrom
issue-5424
Apr 26, 2021
Merged

partitioning: Corrected partition management#1
mjonss merged 1 commit into
masterfrom
issue-5424

Conversation

@mjonss
Copy link
Copy Markdown
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