Skip to content

Commit

Permalink
*: fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <xw897002528@gmail.com>
  • Loading branch information
xhebox committed Jul 15, 2021
1 parent 9003db9 commit c1097eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/stale_txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ func (s *testStaleTxnSuite) TestStaleReadTemporaryTable(c *C) {
for _, query := range queries {
tk.MustExec(query.sql)
}

// test prepared stale select with schema change
tk.MustExec("alter table t add column c int")
tk.MustExec("insert into t values (4, 5)")
Expand Down

0 comments on commit c1097eb

Please sign in to comment.