Skip to content

Commit 1c49317

Browse files
committed
add mysql tag
1 parent a1faa65 commit 1c49317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,8 @@ FROM task_instance INNER JOIN job ON job.id = task_instance.queued_by_job_id INN
12321232
},
12331233
{
12341234
// https://github.com/dolthub/dolt/issues/9936
1235-
Name: "invisible hash index with different key types",
1235+
Name: "invisible hash index with different key types",
1236+
Dialect: "mysql",
12361237
SetUpScript: []string{
12371238
"create table t0(c0 varchar(500))",
12381239
"insert into t0(c0) values (77367106)",

0 commit comments

Comments
 (0)