Data inconsistency in table after upgrade (v7.1->v7.3) cluster during add index #48830
Labels
affects-7.3
component/ddl
This issue is related to DDL of TiDB.
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)
3.1 add an index for the table like
alter table db.xx add index idx1 (create_time, update_time, bill_code, order_code, assign_site_code, three_code, send_name, receive_name, send_mobile)
3.2 during index creation, upgrade the cluster to v7.3
admin check index db.xx idx1;
2. What did you expect to see? (Required)
success
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
v7.3
The text was updated successfully, but these errors were encountered: