Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Patch Alter Table 5.6 in 5.5

RIch Prohaska edited this page May 19, 2014 · 3 revisions

Merge the alter table code from MySQL 5.6 into MySQL and MariaDB 5.5. This feature supports TokuDB's online schema change features including online index addition and deletion, online column addition and deletion, and online column expansion. All of these operations allow concurrent reads and writers to the relevant tables.

Clone this wiki locally