Skip to content

MySQL 8.0: Remove the global scope for sql_log_bin #9159

Open
@morgo

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions