Skip to content

Commit 861b4c1

Browse files
authored
add mysql dialect
1 parent 4c4969e commit 861b4c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enginetest/queries/create_table_queries.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ var CreateTableScriptTests = []ScriptTest{
330330
{
331331
// https://github.com/dolthub/dolt/issues/9316
332332
Name: "CREATE TABLE with constraints AS SELECT osticket repro",
333+
Dialect: "mysql",
333334
SkipPrepared: true, // SHOW KEYS with WHERE clause doesn't work with prepared statements
334335
SetUpScript: []string{
335336
"CREATE TABLE ost_form_entry (id INT PRIMARY KEY, object_id INT, object_type VARCHAR(1))",
@@ -372,6 +373,7 @@ var CreateTableScriptTests = []ScriptTest{
372373
{
373374
// https://github.com/dolthub/dolt/issues/9316
374375
Name: "CREATE TABLE with constraints AS SELECT",
376+
Dialect: "mysql",
375377
SkipPrepared: true,
376378
SetUpScript: []string{
377379
"CREATE TABLE t1 (a int not null, b varchar(10))",

0 commit comments

Comments
 (0)