File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ type ScriptTestAssertion struct {
122
122
var ScriptTests = []ScriptTest {
123
123
{
124
124
// 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" ,
126
126
SetUpScript : []string {
127
127
"CREATE TABLE report_card (id INT PRIMARY KEY, archived BIT(1))" ,
128
128
"INSERT INTO report_card VALUES (1, 0)" ,
@@ -139,7 +139,8 @@ var ScriptTests = []ScriptTest{
139
139
},
140
140
{
141
141
// 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" ,
143
144
SetUpScript : []string {
144
145
`CREATE TABLE t1 (
145
146
id int PRIMARY KEY,
You can’t perform that action at this time.
0 commit comments