BR compatible with InfoSchemaV2 #52717
Labels
component/br
This issue is related to BR of TiDB.
severity/major
type/bug
The issue is confirmed as a bug.
Modification List
InfoSchema V2 feature issue: #50959
(*Meta).ListTables
. It is called frombr/pkg/stream/stream_mgr.go:buildObserveTableRanges
to build log task ranges.GetExistedUserDBs
. Switch to use a more efficient function.(infoschema.InfoSchema).SchemaTables
to get system tables instead ofDBInfo.Tables
. It's OK because the number of system tables is very small.IngestRecorder
currently only search tables by table id of the recorded ingest index.The text was updated successfully, but these errors were encountered: