Skip to content

Commit 33a516e

Browse files
committed
add mysql dialect to pass doltgresql
1 parent 2aee6be commit 33a516e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ type ScriptTestAssertion struct {
122122
var ScriptTests = []ScriptTest{
123123
{
124124
// Regression test for https://github.com/dolthub/dolt/issues/9641
125-
Name: "bit union regression test dolt#9641",
125+
Name: "bit union max1err dolt#9641",
126126
SetUpScript: []string{
127127
"CREATE TABLE report_card (id INT PRIMARY KEY, archived BIT(1))",
128128
"INSERT INTO report_card VALUES (1, 0)",
@@ -139,7 +139,8 @@ var ScriptTests = []ScriptTest{
139139
},
140140
{
141141
// Regression test for https://github.com/dolthub/dolt/issues/9641
142-
Name: "bit union comprehensive regression test dolt#9641",
142+
Name: "bit union comprehensive regression test dolt#9641",
143+
Dialect: "mysql",
143144
SetUpScript: []string{
144145
`CREATE TABLE t1 (
145146
id int PRIMARY KEY,

0 commit comments

Comments
 (0)