MySQL 5.6 Enterprise Edition with Full Text Indexes and Online DDL
The 5.6 series for MySQL has reached the point where Oracle feels comfortable in releasing an updated MySQL Enterprise Edition for its paying customers. The Enterprise Edition components included in this release are:
- MySQL Enterprise Security (PAM and Windows authentication plugins)
- MySQL Enterprise Audit
- MySQL Thread Pool.
Previously these extensions were only available for MySQL 5.5 users.
MySQL 5.6 improves security features such as how it encrypts key configuration files and user passwords, but the big news is the improvements to InnoDB. The last major impediment to using this storage engine is the lack of full text indexing, which has finally been corrected.
A feature that is sure to make DBAs happy is the introduction of online DDL for InnoDB. Many common operations such as adding, renaming, and removing columns can be performed without preventing concurrent queries. Most of the online DDL operations can be performed in-place, though some data copying or reorganization may be involved.
The MySQL 5.6 Reference Manual includes a full list of new features.
Educational Content
Large-Scale Continuous Testing in the Cloud
John Penix May 24, 2013
Managing Build Jobs for Continuous Delivery
Martin Peston May 24, 2013
Clojure in the Field
Stuart Halloway May 23, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think