We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac47c79 commit 8cbeec8Copy full SHA for 8cbeec8
enginetest/queries/script_queries.go
@@ -124,7 +124,8 @@ type ScriptTestAssertion struct {
124
var ScriptTests = []ScriptTest{
125
{
126
// https://github.com/dolthub/dolt/issues/9865
127
- Name: "Stored procedure containing a transaction does not return EOF",
+ Name: "Stored procedure containing a transaction does not return EOF",
128
+ Dialect: "mysql",
129
SetUpScript: []string{
130
"CREATE TABLE test_table (id INT PRIMARY KEY, name TEXT)",
131
`CREATE PROCEDURE my_proc()
0 commit comments