-
Notifications
You must be signed in to change notification settings - Fork 6k
Labels
affects-9.0This bug affects the 9.0.x versions.This bug affects the 9.0.x versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.component/infoschemaseverity/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)
- BR restore to cluster so that the table info is cloned.
- start a TiDB or BR
2. What did you expect to see? (Required)
the normal tables are not loaded into memory
3. What did you see instead (Required)
the normal tables are loaded into memory
The loaded table has field "fk_info":[]
instead of "fk_info":null
.
4. What is your TiDB version? (Required)
master
Metadata
Metadata
Assignees
Labels
affects-9.0This bug affects the 9.0.x versions.This bug affects the 9.0.x versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.component/infoschemaseverity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.