Skip to content

Commit

Permalink
Merge branch 'fix-sv-upgrade' of github.com:morgo/tidb into fix-sv-up…
Browse files Browse the repository at this point in the history
…grade
  • Loading branch information
morgo committed Mar 9, 2022
2 parents 6d61696 + 8f8cf38 commit bcc5383
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ func (s *testSessionSuite) TestUpgradeSysvars(c *C) {
v, err = se.GetGlobalSysVar("tidb_enable_noop_functions")
c.Assert(err, IsNil)
c.Assert(v, Equals, "OFF") // the default value is restored.

}

func (s *testSessionSuite) TestMatchIdentity(c *C) {
Expand Down

0 comments on commit bcc5383

Please sign in to comment.