You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: