Closed wjhuang2016 closed 3 months ago
Please answer these questions before submitting your issue. Thanks!
func (isd *Data) resetBeforeFullLoad(schemaVersion int64) { resetTableInfoResidentBeforeFullLoad(isd.tableInfoResident, schemaVersion) resetByIDBeforeFullLoad(isd.byID, schemaVersion) resetByNameBeforeFullLoad(isd.byName, schemaVersion) resetSchemaMapBeforeFullLoad(isd.schemaMap, schemaVersion) resetSchemaID2NameBeforeFullLoad(isd.schemaID2Name, schemaVersion) resetPID2TIDBeforeFullLoad(isd.pid2tid, schemaVersion) }
resetBeforeFullLoad already handles some V2-related data, but the common data in misc is not handled.
N/A
master
close by https://github.com/pingcap/tidb/pull/55229
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
resetBeforeFullLoad already handles some V2-related data, but the common data in misc is not handled.
2. What did you expect to see? (Required)
N/A
3. What did you see instead (Required)
N/A
4. What is your TiDB version? (Required)
master