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 a1faa65 commit 1c49317Copy full SHA for 1c49317
enginetest/queries/script_queries.go
@@ -1232,7 +1232,8 @@ FROM task_instance INNER JOIN job ON job.id = task_instance.queued_by_job_id INN
1232
},
1233
{
1234
// https://github.com/dolthub/dolt/issues/9936
1235
- Name: "invisible hash index with different key types",
+ Name: "invisible hash index with different key types",
1236
+ Dialect: "mysql",
1237
SetUpScript: []string{
1238
"create table t0(c0 varchar(500))",
1239
"insert into t0(c0) values (77367106)",
0 commit comments