We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bee072 commit 729e5beCopy full SHA for 729e5be
enginetest/queries/script_queries.go
@@ -8508,7 +8508,6 @@ where
8508
{
8509
// https://github.com/dolthub/dolt/issues/8728
8510
Name: "test merge join optimization (removing sort node over indexed tables) does not break ordering",
8511
- Dialect: "mysql",
8512
SetUpScript: []string{
8513
"create table t1 (i int primary key);",
8514
"create table t2 (j int primary key);",
0 commit comments