Skip to content

Commit 888b0be

Browse files
author
James Cor
committed
Merge branch 'james/analyze' of https://github.com/dolthub/go-mysql-server into james/analyze
2 parents e65325c + 362f4e4 commit 888b0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/analyzer/autocommit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ func addAutocommit(ctx *sql.Context, a *Analyzer, n sql.Node, scope *plan.Scope,
3131
return n, transform.SameTree, nil
3232
}
3333
return plan.NewTransactionCommittingNode(n), transform.NewTree, nil
34-
}
34+
}

0 commit comments

Comments
 (0)