Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AilinKid committed Mar 10, 2020
1 parent 1f136c7 commit 7dc9eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddl/sequence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type testSequenceSuite struct{ *testDBSuite }
func (s *testSequenceSuite) TestCreateSequence(c *C) {
s.tk = testkit.NewTestKit(c, s.store)
s.tk.MustExec("use test")
s.tk.MustExec("drop sequence if exists seq")
s.tk.MustGetErrCode("create sequence `seq `", mysql.ErrWrongTableName)

// increment should not be set as 0.
Expand Down

0 comments on commit 7dc9eb6

Please sign in to comment.