Skip to content

Commit

Permalink
follow comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Jan 9, 2023
1 parent 04f7eed commit 8a16112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion session/tidb.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ import (
"github.com/pingcap/tidb/util/dbterror"
"github.com/pingcap/tidb/util/logutil"
"github.com/pingcap/tidb/util/sqlexec"
"github.com/pingcap/tidb/util/syncutil"
"go.uber.org/zap"
)

type domainMap struct {
mu sync.Mutex
mu syncutil.Mutex
domains map[string]*domain.Domain
}

Expand Down

0 comments on commit 8a16112

Please sign in to comment.