Skip to content

Commit

Permalink
[ga-format-pr] Run ./format_repo.sh to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor committed Oct 10, 2024
1 parent 64cad7e commit 0c9dc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enginetest/queries/script_queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -7495,7 +7495,7 @@ where
},
{
// TODO: MySQL preserves the original enum val and enum string, and throws a warning.
Query: "alter table t modify column e enum('abc');",
Query: "alter table t modify column e enum('abc');",
ExpectedErrStr: "value 2 is not valid for this Enum",
},
},
Expand Down

0 comments on commit 0c9dc48

Please sign in to comment.