Browse Source
MDEV-19974 InnoDB: Cannot load compressed BLOB
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.bb-10.3.11-xtrabackup_copy_logfile_failed-MDEV-18611
5 changed files with 53 additions and 33 deletions
-
5mysql-test/suite/innodb_fts/r/innodb_fts_misc.result
-
8mysql-test/suite/innodb_fts/t/innodb_fts_misc.test
-
33storage/innobase/include/row0ftsort.h
-
39storage/innobase/row/row0ftsort.cc
-
1storage/innobase/row/row0merge.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue