Skip to content

Commit c266289

Browse files
committed
add mysql dialect tag to new group by test
1 parent 04150db commit c266289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/order_by_group_by_queries.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ var OrderByGroupByScriptTests = []ScriptTest{
306306
},
307307
},
308308
{
309-
Name: "Group by true and 1",
309+
Name: "Group by true and 1",
310+
Dialect: "mysql",
310311
SetUpScript: []string{
311312
"create table t0(c0 int)",
312313
"insert into t0(c0) values(1),(123)",

0 commit comments

Comments
 (0)