Skip to content

Commit

Permalink
session: fix didn't change current version in pingcap#21856
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed Dec 24, 2020
1 parent db31b29 commit 7746fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ func CreateSessionWithDomain(store kv.Storage, dom *domain.Domain) (*session, er

const (
notBootstrapped = 0
currentBootstrapVersion = version57
currentBootstrapVersion = version58
)

func getStoreBootstrapVersion(store kv.Storage) int64 {
Expand Down

0 comments on commit 7746fe9

Please sign in to comment.