mariadb/storage/xtradb/srv
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
..
srv0conc.cc xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
srv0mon.cc Code cleanup: Removed some unnecessary outputs from standard builds (available on 2014-03-21 15:46:36 +02:00
srv0srv.cc MDEV-6354: Implement a way to read MySQL 5.7.4-labs-tplc page 2014-07-22 06:56:50 +03:00
srv0start.cc Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00