Learning Blog

預定調和

MySQL 5.7 New Feature

| Comments

Added Features

  1. 提高安全性
  2. SQL mode changes
  3. 即時更新表結構
  4. 優化 InnoDB
  5. supports stacked diagnostics areas
  6. EXPLAIN 可以顯示更多資訊
  7. 觸發
  8. 新增 LOG 機制
  9. MySQL Test Suite
  10. mysql client
  11. Database name rewriting with mysqlbinlog
  12. HANDLER with partitioned tables
  13. Index condition pushdown support for partitioned tables
  14. WITHOUT VALIDATION support for ALTER TABLE … EXCHANGE PARTITION
  15. Master dump thread improvements
  16. Globalization improvements
  17. Changing the replication master without STOP SLAVE

Deprecated Features

Removed Features

  1. 更改密碼加密格式
  2. 移除一些資料類型
  3. 使用 Performance Schema tables 取代 SHOW ENGINE INNODB MUTEX

參考:What Is New in MySQL 5.7

Comments