Skip to content

Commit

Permalink
update conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Jan 9, 2023
1 parent 42bf4de commit 61e95e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions domain/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -889,12 +889,7 @@ func NewDomain(store kv.Storage, ddlLease time.Duration, statsLease time.Duratio
infoCache: infoschema.NewCache(16),
slowQuery: newTopNSlowQueries(30, time.Hour*24*7, 500),
indexUsageSyncLease: idxUsageSyncLease,
<<<<<<< HEAD
dumpFileGcChecker: &dumpFileGcChecker{gcLease: dumpFileGcLease, paths: []string{GetPlanReplayerDirName(), GetOptimizerTraceDirName()}},
onClose: onClose,
=======
dumpFileGcChecker: &dumpFileGcChecker{gcLease: dumpFileGcLease, paths: []string{replayer.GetPlanReplayerDirName(), GetOptimizerTraceDirName()}},
>>>>>>> 408a46654d (session: fix deadlock when init domain failed (#40409))
expiredTimeStamp4PC: types.NewTime(types.ZeroCoreTime, mysql.TypeTimestamp, types.DefaultFsp),
mdlCheckTableInfo: &mdlCheckTableInfo{
mu: sync.Mutex{},
Expand Down

0 comments on commit 61e95e0

Please sign in to comment.