• Thirunarayanan Balathandayuthapani's avatar
    MDEV-19974 InnoDB: Cannot load compressed BLOB · 7df17ca8
    Thirunarayanan Balathandayuthapani authored
    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.
    7df17ca8
innodb_fts_misc.result 45.4 KB