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

set autocommit status flag #417

Merged
merged 1 commit into from May 14, 2021
Merged

Conversation

andy-wm-arthur
Copy link
Contributor

No description provided.

@andy-wm-arthur
Copy link
Contributor Author

dolthub/dolt#1712

if ok {
c.StatusFlags |= uint16(mysql.ServerStatusAutocommit)
} else {
c.StatusFlags &= ^uint16(mysql.ServerStatusAutocommit)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Copy link
Contributor

@VinaiRachakonda VinaiRachakonda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@andy-wm-arthur andy-wm-arthur merged commit 631be9f into master May 14, 2021
@andy-wm-arthur andy-wm-arthur deleted the andy/set-autocommit-status-flag branch May 14, 2021 13:35
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

Successfully merging this pull request may close these issues.

None yet

2 participants