MDEV-33214 Table is getting rebuild with ALTER TABLE ADD COLUMN
Problem: ====== - InnoDB fail to do instant operation while adding the variable length column. Problem is that InnoDB wrongly assumes that variable character length can never part of externally stored page. Solution: ======== instant_alter_column_possible(): Variable length character field can be stored as externally stored page.
Showing
No preview for this file type
Please register or sign in to comment