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

MySQL 8.0: Remove the global scope for sql_log_bin #9159

Open
morgo opened this issue Jan 23, 2019 · 0 comments
Open

MySQL 8.0: Remove the global scope for sql_log_bin #9159

morgo opened this issue Jan 23, 2019 · 0 comments
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@morgo
Copy link
Contributor

morgo commented Jan 23, 2019

Feature Request

Is your feature request related to a problem? Please describe:

MySQL 8.0 removes the global scope for sql_log_bin, which was added by accident and doesn't really serve a use case. It is actually dangerous because it disables binary logging in an inconsistent way.

Describe the feature you'd like:

Remove global var sql_log_bin (session var remains)

Describe alternatives you've considered:

This should not require a compatibility mode, it is a very unlikely use case for an app to be using it.

Teachability, Documentation, Adoption, Migration Strategy:

Improves MySQL 8.0 compatibility.

@morgo morgo added the type/enhancement The issue or PR belongs to an enhancement. label Jan 23, 2019
@dveeden dveeden self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants