Skip to content

Commit

Permalink
remove an unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bb7133 committed Apr 29, 2019
1 parent c339638 commit 5421078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddl/db_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ func (s *testIntegrationSuite7) TestCaseInsensitiveCharsetAndCollate(c *C) {

tblInfo.Version = model.TableInfoVersion2
tblInfo.Charset = "UTF8MB4"
// colInfo := tblInfo.Columns[0].Clone()

updateTableInfo := func(tblInfo *model.TableInfo) {
mockCtx := mock.NewContext()
Expand Down

0 comments on commit 5421078

Please sign in to comment.