Skip to content

Commit 729e5be

Browse files
author
James Cor
committed
remove dialect option from merge join tests
1 parent 3bee072 commit 729e5be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8508,7 +8508,6 @@ where
85088508
{
85098509
// https://github.com/dolthub/dolt/issues/8728
85108510
Name: "test merge join optimization (removing sort node over indexed tables) does not break ordering",
8511-
Dialect: "mysql",
85128511
SetUpScript: []string{
85138512
"create table t1 (i int primary key);",
85148513
"create table t2 (j int primary key);",

0 commit comments

Comments
 (0)