Skip to content

Commit

Permalink
br: fix bootstrap domain (#40307)
Browse files Browse the repository at this point in the history
close #40281
  • Loading branch information
wjhuang2016 authored Jan 4, 2023
1 parent 6ae151a commit 00604eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions br/pkg/gluetidb/glue.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ func (Glue) GetDomain(store kv.Storage) (*domain.Domain, error) {
if err != nil {
return nil, errors.Trace(err)
}
err = session.InitMDLVariable(store)
if err != nil {
return nil, err
}
// create stats handler for backup and restore.
err = dom.UpdateTableStatsLoop(se)
if err != nil {
Expand Down

0 comments on commit 00604eb

Please sign in to comment.