MySQL是業界最為流行的關系型數據庫管理系統,它的穩定性、性能和可靠性都深受用戶的青睞。MySQL 5.1.58是MySQL 5.1.x系列的一個版本,它在上一個版本的基礎上進行了改進和優化。下面讓我們一起來看看MySQL 5.1.58帶來了哪些更新。
1. 改善了查詢緩存
Query caching improvements: - http://bugs.mysql.com/bug.php?id=43806 (Introduce query_cache_invalidate_before_change). - http://bugs.mysql.com/bug.php?id=51705 (Forbid ALL IN SUBQUERY / subquery caching).
2. 提高了性能和穩定性
InnoDB Performance and scalability improvements: - http://bugs.mysql.com/bug.php?id=21241 (InnoDB – Scalability problems during index disk flush). - http://bugs.mysql.com/bug.php?id=34825 (InnoDB – Slower aging for purge threads). - http://bugs.mysql.com/bug.php?id=54506 (InnoDB – Scalability issues with a large number of undo tablespaces). - http://bugs.mysql.com/bug.php?id=59382 (InnoDB – crash during external backup causing "Cancelling deletion of invalid record.
3. 解決了重要的安全漏洞
Important Security fix: - http://bugs.mysql.com/bug.php?id=63982 (CVE-2012-2122: Remote unauthenticated denial of service & update privilege escalation).
總之,MySQL 5.1.58是一個非常重要和值得升級的版本。它帶來了改進查詢緩存、提高性能和穩定性的優勢,并解決了重要的安全漏洞。如果你正在使用MySQL 5.1.x系列,那么升級到MySQL 5.1.58將會是一個非常不錯的選擇。