MDEV-19974 InnoDB: Cannot load compressed BLOB
Problem: ======= During online alter, fts tokenization thread uses new table page size to read the externally stored page from old table. If the alter changes the page size then it leads to failure of alter table. Solution: ========= fts tokenization thread should use old table page size to read the externally stored page from old table.
Showing
Please register or sign in to comment