Skip to content

Commit 4bae40b

Browse files
committed
add miss comma
1 parent bdeaafc commit 4bae40b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

enginetest/queries/script_queries.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9000,8 +9000,8 @@ where
90009000
},
90019001
},
90029002
{
9003-
Name: "enums with auto increment",
9004-
Dialect: "mysql",
9003+
Name: "enums with auto increment",
9004+
Dialect: "mysql",
90059005
SetUpScript: []string{
90069006
"CREATE TABLE t (e enum('a', 'b', 'c') PRIMARY KEY)",
90079007
},
@@ -9025,7 +9025,7 @@ where
90259025
{
90269026
Query: "ALTER TABLE t CHANGE COLUMN e e enum('a', 'b', 'c') AUTO_INCREMENT",
90279027
ExpectedErrStr: "Incorrect column specifier for column 'e'",
9028-
}
9028+
},
90299029
},
90309030
},
90319031
{

0 commit comments

Comments
 (0)