MySQL 5.6.24/5.5.43 發布
MySQL 5.6.24 發布,此版本改進內容如下:
MySQL Enterprise 改進
-
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
, andTIMESTAMP
columns without support for fractional seconds precision). (Bug #72997, Bug #18985760) -
avoid_temporal_upgrade
controls whetherALTER TABLE
implicitly upgrades temporal columns found to be in pre-5.6.4 format. -
show_old_temporals
controls whetherSHOW 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.
</ul>
還有大量的 bug 修復,請看 MySQL 5.6.24 發行說明,此版本現已提供下載:http://dev.mysql.com/downloads/mysql/。
同時還發布了 5.5.43 版本,詳細改進請看這里:http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-43.html。
來自:http://www.oschina.net/news/61282/mysql-5-6-24