MDEV-21787 Alter table failure tries to access uninitialized column
- Problem is that failure of inplace DDL tries to access the uninitialized column. This is caused by MDEV-19606 (commit 0274ab1d). Fix is that InnoDB should use column while freeing the index when index is completely initialized.
Showing
Please register or sign in to comment