Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjiwei committed Sep 22, 2021
1 parent 56629d2 commit f9da500
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions expression/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6421,8 +6421,6 @@ func (s *testIntegrationSuite) TestCollation(c *C) {
tk.MustQuery("select trim(both 'abc' collate utf8mb4_bin from 'c' collate utf8mb4_general_ci);").Check(testkit.Rows("c"))
tk.MustQuery("select substr('abc' collate utf8mb4_bin, 2 collate `binary`);").Check(testkit.Rows("bc"))
tk.MustQuery("select replace('abc' collate utf8mb4_bin, 'b' collate utf8mb4_general_ci, 'd' collate utf8mb4_unicode_ci);").Check(testkit.Rows("adc"))

tk.MustGetErrMsg("select locate('1' collate utf8mb4_general_ci, '123' collate utf8mb4_bin, 2 collate `binary`);", "")
}

func (s *testIntegrationSuite) TestCoercibility(c *C) {
Expand Down

0 comments on commit f9da500

Please sign in to comment.