You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
droptable if exists t;
createtablet (a int, b int);
insert into t values (1, 2), (2, 1);
altertable t add column c int default 10, add index idx1((a + b)), add unique index idx2((a + b));
2. What did you expect to see? (Required)
ERROR 1062 (23000): Duplicate entry '3' for key 't.idx2'
3. What did you see instead (Required)
ERROR 1105 (HY000): When the state is JobStateRollbackDone or JobStateCancelled, historyJob.Error should never be nil
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
Log output
4. What is your TiDB version? (Required)
a75690f
The text was updated successfully, but these errors were encountered: