Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.39, 10.0.13
Description
Rationale explained in the blog:
http://blog.jcole.us/2014/08/08/stupid-and-dangerous-set-global-sql_log_bin/
Attachments
Issue Links
- is part of
-
MDEV-7344 5.5.41 merge
-
- Closed
-
- links to
5.5.41/5.6.22 version:
The global scope for the sql_log_bin system variable has been
deprecated, and this variable can now be set with session scope
only. The statement SET GLOBAL SQL_LOG_BIN now produces an
error. It remains possible to read the global value of
sql_log_bin, but you should act now to remove any dependencies
on reading this value from your applications, as the ability to
do so will be removed in a future MySQL release.