-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
affects-6.0affects-6.1This bug affects the 6.1.x(LTS) versions.This bug affects the 6.1.x(LTS) versions.affects-6.2affects-6.3affects-6.4component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.severity/majortype/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 a cluster with tidb config
new_collations_enabled_on_first_bootstrap: false. - create a table with collation 'utf8mb4_0900_ai_ci':
create tablebooks(idbigint auto_increment,namevarchar(64), primary key (id)) CHARSET utf8mb4 COLLATE utf8mb4_0900_ai_ci; - insert several records to the table.
- execute a full backup
- create another cluster tidb config
new_collations_enabled_on_first_bootstrap: false. - restore the backup to the new cluster
2. What did you expect to see? (Required)
restore successfully
3. What did you see instead (Required)
restore failed with error Error: [ddl:1273]Unsupported collation when new collation is enabled: 'utf8mb4_0900_ai_ci'
4. What is your TiDB version? (Required)
v6.1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-6.0affects-6.1This bug affects the 6.1.x(LTS) versions.This bug affects the 6.1.x(LTS) versions.affects-6.2affects-6.3affects-6.4component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.