Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bb7133 committed Apr 9, 2019
1 parent ed824ba commit a07fd3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infoschema/tables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func (s *testTableSuite) TestDataForTableStatsField(c *C) {

do := s.dom
h := do.StatsHandle()
h.Clear()
is := do.InfoSchema()
tk := testkit.NewTestKit(c, s.store)

Expand Down Expand Up @@ -235,6 +236,7 @@ func (s *testTableSuite) TestCharacterSetCollations(c *C) {
"c_varchar ascii ascii_bin",
"c_year <nil> <nil>",
))
tk.MustExec("DROP DATABASE charset_collate_test")
}

type mockSessionManager struct {
Expand Down

0 comments on commit a07fd3a

Please sign in to comment.