-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Closed
Copy link
Labels
component/tablepartitionThis issue is related to Table Partition of TiDB.This issue is related to Table Partition of TiDB.severity/moderatesig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create table t1(a int, b int, primary key (a) global);
create table t(a int, b int, primary key (a) global) partition by hash(a) partitions 5;
Also
create table t1(a int, b int);
alter table t1 add primary key (a) global;
2. What did you expect to see? (Required)
all report error
3. What did you see instead (Required)
create table success
4. What is your TiDB version? (Required)
v8.4.0-alpha-290-gf2ed8228ff
Metadata
Metadata
Assignees
Labels
component/tablepartitionThis issue is related to Table Partition of TiDB.This issue is related to Table Partition of TiDB.severity/moderatesig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.