首页 > 数据库技术 > 详细

Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):【sql-log-bin】

时间:2020-03-29 11:11:08      阅读:57      评论:0      收藏:0      [点我收藏+]

Changes in MySQL 5.6.22 (2014-12-01, General Availability)

Deprecation and Removal Notes

  • Replication: 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 doing so produces a warning. You should act now to remove from your applications any dependencies on reading this value; the global scope sql_log_bin is removed in MySQL 8.0. (Bug #67433, Bug #15868071)

Functionality Added or Changed

 

Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):【sql-log-bin】

原文:https://www.cnblogs.com/jinzhenshui/p/12591005.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!