ALTER TABLE t PARTITION BY KEY(a) leaves the table in an intermediate state if DDL is cancelled #51090
Labels
affects-7.5
component/tablepartition
This issue is related to Table Partition of TiDB.
severity/major
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Table rollbacked as previous state, non-partitioned
3. What did you see instead (Required)
Table is in an intermediate state, technically partitioned, but only with one partition and partitioned by NONE()
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: