Skip to content

Commit 2b09092

Browse files
committed
add dialect
1 parent 3124490 commit 2b09092

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
@@ -124,7 +124,8 @@ type ScriptTestAssertion struct {
124124
var ScriptTests = []ScriptTest{
125125
{
126126
// https://github.com/dolthub/go-mysql-server/issues/3259
127-
Name: "Missing column with same name as system variable",
127+
Dialect: "mysql",
128+
Name: "Missing column with same name as system variable",
128129
SetUpScript: []string{
129130
"CREATE DATABASE IF NOT EXISTS test_db",
130131
"USE test_db",

0 commit comments

Comments
 (0)