Skip to content

Commit 24cfacb

Browse files
committed
add mysql dialect tag
1 parent eed1e73 commit 24cfacb

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
@@ -11688,7 +11688,8 @@ select * from t1 except (
1168811688
},
1168911689
},
1169011690
{
11691-
Name: "aggregate function with match",
11691+
Name: "aggregate function with match",
11692+
Dialect: "mysql",
1169211693
SetUpScript: []string{
1169311694
"CREATE TABLE test (pk INT PRIMARY KEY, doc TEXT, FULLTEXT idx (doc));",
1169411695
"INSERT INTO test VALUES (2, 'g hhhh aaaab ooooo aaaa'), (1, 'bbbb ff cccc ddd eee'), (4, 'AAAA aaaa aaaac aaaa Aaaa aaaa'), (3, 'aaaA ff j kkkk llllllll');",

0 commit comments

Comments
 (0)