Skip to content

Commit cb85145

Browse files
committed
add dialect
1 parent aec977a commit cb85145

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
@@ -125,7 +125,8 @@ var ScriptTests = []ScriptTest{
125125
{
126126
// https://github.com/dolthub/dolt/issues/9873
127127
// TODO: `FOR UPDATE OF` (`FOR UPDATE` in general) is currently a no-op: https://www.dolthub.com/blog/2023-10-23-hold-my-beer/
128-
Name: "FOR UPDATE OF syntax support tests",
128+
Name: "FOR UPDATE OF syntax support tests",
129+
Dialect: "mysql",
129130
SetUpScript: []string{
130131
"CREATE TABLE task_instance (id INT PRIMARY KEY, task_id VARCHAR(255), dag_id VARCHAR(255), run_id VARCHAR(255), state VARCHAR(50), queued_by_job_id INT)",
131132
"CREATE TABLE job (id INT PRIMARY KEY, state VARCHAR(50))",

0 commit comments

Comments
 (0)