Skip to content

Commit 8c4c708

Browse files
authored
Merge pull request #3028 from dolthub/angela/groupby
add mysql dialect tag to new `group by` test
2 parents 102ea7f + fb801ef commit 8c4c708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enginetest/queries/order_by_group_by_queries.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ var OrderByGroupByScriptTests = []ScriptTest{
307307
},
308308
{
309309
Name: "Group by true and 1",
310+
// https://github.com/dolthub/dolt/issues/9320
311+
Dialect: "mysql",
310312
SetUpScript: []string{
311313
"create table t0(c0 int)",
312314
"insert into t0(c0) values(1),(123)",

0 commit comments

Comments
 (0)