Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AUTOCOMMIT #83

Open
apstndb opened this issue Dec 9, 2024 · 0 comments
Open

Implement AUTOCOMMIT #83

apstndb opened this issue Dec 9, 2024 · 0 comments

Comments

@apstndb
Copy link
Owner

apstndb commented Dec 9, 2024

AUTOCOMMIT
A boolean indicating whether or not the connection is in autocommit mode. The default is true.

SHOW VARIABLE AUTOCOMMIT
SET AUTOCOMMIT = { true | false }

You can change the value of this property only when there is no active transaction.

When AUTOCOMMIT is set to false, a new transaction is initiated automatically after you execute COMMIT or ROLLBACK. The first statement that you execute starts the transaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant