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 Jan 13, 2015 · 3 revisions

Merge the alter table code from MySQL 5.6 into MySQL 5.5 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 writes to the relevant tables.

Clone this wiki locally