4月18日 武汉 源创会开始报名,送华为开发板
MySQL 5.6.24 发布,此版本改进内容如下:
MySQL 企业版本现在包括 MySQL Enterprise Firewall,一个应用层防火墙,允许数据库管理员基于是否匹配白名单接受的声明模式来决定允许或者拒绝执行 SQL 声明。 MySQL Enterprise Firewall .
CMake 支持现在更新至 CMake 3.1 (Bug #20344207)
当服务器把初始 “ starting ” 信息写入错误日志时包括其版本号信息 (Bug #74917, Bug #20052694)
ALTER TABLE
did not take advantage of fast alterations that might otherwise apply to the operation to be performed, if the table contained temporal columns found to be in pre-5.6.4 format ( TIME
, DATETIME
, and TIMESTAMP
columns without support for fractional seconds precision). (Bug #72997, Bug #18985760)
avoid_temporal_upgrade
controls whether ALTER TABLE
implicitly upgrades temporal columns found to be in pre-5.6.4 format.
show_old_temporals
controls whether SHOW CREATE TABLE
output includes comments to flag temporal columns found to be in pre-5.6.4 format.
Statement digesting as done previously by the Performance Schema is now done at the SQL level regardless of whether the Performance Schema is compiled in and is available to other aspects of server operation that could benefit from it. Bug #18304086, Bug #20015246.
还有大量的 bug 修复,请看 MySQL 5.6.24 发行说明 ,此版本现已提供下载: http://dev.mysql.com/downloads/mysql/ 。