Skip to content

Commit 8f288b5

Browse files
committed
add mysql dialect tag
1 parent c4c5c9e commit 8f288b5

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
@@ -11781,7 +11781,8 @@ select * from t1 except (
1178111781
},
1178211782
},
1178311783
{
11784-
Name: "pipes as concat mode",
11784+
Name: "pipes as concat mode",
11785+
Dialect: "mysql",
1178511786
SetUpScript: []string{
1178611787
"create table names(first_name varchar(20), last_name varchar(20))",
1178711788
"insert into names values ('john', 'smith'), ('bob','burger')",

0 commit comments

Comments
 (0)