Skip to content

Commit

Permalink
Update parser/parser_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: JmPotato <github@ipotato.me>
  • Loading branch information
2 people authored and ti-chi-bot committed Oct 11, 2022
1 parent 82c7d64 commit c7951ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ func TestDDL(t *testing.T) {
{"ALTER TABLE t STATS_OPTIONS", false, ""},

// Restore INSERT_METHOD table option
{"create table t (a int) INSERT_METHOD=FIRST", true, "CREATE TABLE `t` (`a` INT) INSERT_METHOD = FIRST"},
{"CREATE TABLE t (a int) INSERT_METHOD=FIRST", true, "CREATE TABLE `t` (`a` INT) INSERT_METHOD = FIRST"},
}
RunTest(t, table, false)
}
Expand Down

0 comments on commit c7951ef

Please sign in to comment.