Skip to content

Commit

Permalink
address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
marsishandsome committed Jul 16, 2019
1 parent bbd5005 commit c6a3a1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ddl/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3045,8 +3045,6 @@ func (s *testDBSuite2) TestTableLock(c *C) {
tk.MustExec("CREATE TABLE t2 (a int)")
tk.MustExec("lock tables t1 write, t2 write")
tk.MustExec("drop table t2,t1")

tk.MustExec("drop table if exists t1,t2")
}

// port from mysql
Expand All @@ -3072,7 +3070,6 @@ func (s *testDBSuite2) TestTableLocksLostCommit(c *C) {
tk2.MustExec("DROP TABLE t1")

tk.MustExec("unlock tables")
tk2.MustExec("DROP TABLE IF EXISTS t1")
}

// test write local lock
Expand Down

0 comments on commit c6a3a1f

Please sign in to comment.