Skip to content

Commit 8cbeec8

Browse files
committed
add dialect
1 parent ac47c79 commit 8cbeec8

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/dolt/issues/9865
127-
Name: "Stored procedure containing a transaction does not return EOF",
127+
Name: "Stored procedure containing a transaction does not return EOF",
128+
Dialect: "mysql",
128129
SetUpScript: []string{
129130
"CREATE TABLE test_table (id INT PRIMARY KEY, name TEXT)",
130131
`CREATE PROCEDURE my_proc()

0 commit comments

Comments
 (0)