mariadb/storage/innobase/row
Jan Lindström 56c4b016ad Fiix random test failures on fil_decompress_page_2 function.
Analysis: InnoDB writes also files that do not contain FIL-header.
This could lead incorrect analysis on os_fil_read_func function
when it tries to see is page page compressed based on FIL_PAGE_TYPE
field on FIL-header. With bad luck uncompressed page that does
not contain FIL-headed, the byte on FIL_PAGE_TYPE position could
indicate that page is page comrpessed.

Fix: Upper layer must indicate is file space page compressed
or not. If this is not yet known, we need to read the FIL-header
and find it out. Files that we know that are not page compressed
we can always just provide FALSE.
2014-07-25 14:37:10 +03:00
..
row0ext.cc MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
row0ftsort.cc Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
row0import.cc Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
row0ins.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
row0log.cc Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
row0merge.cc Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
row0mysql.cc MDEV-6184 10.0.11 merge 2014-05-06 09:57:39 +02:00
row0purge.cc MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
row0quiesce.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
row0row.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0sel.cc MDEV-6184 10.0.11 merge 2014-05-06 09:57:39 +02:00
row0uins.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
row0umod.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
row0undo.cc 10.0-base merge 2013-04-15 15:09:22 +02:00
row0upd.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
row0vers.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00