mariadb/storage/innobase
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
..
api innodb 5.6.17 2014-05-07 17:32:23 +02:00
btr Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
buf Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
data Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
dict Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
dyn MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
eval Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
fil Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
fsp MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
fts innodb 5.6.17 2014-05-07 17:32:23 +02:00
fut Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
ha mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00
handler Fix default value for innodb_compression_algorithm to 0 (uncompressed) 2014-07-23 11:55:34 +03:00
ibuf innodb 5.6.17 2014-05-07 17:32:23 +02:00
include Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
lock innodb 5.6.17 2014-05-07 17:32:23 +02:00
log Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
mach Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
mem MDEV-6184 10.0.11 merge 2014-05-06 09:57:39 +02:00
mtr InnoDB 5.6.15 merge. 2014-02-26 19:36:33 +01:00
mysql-test/storage_engine From MySQL 5.6.13 change log: 2014-02-05 16:41:29 +04:00
os Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
page Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
pars innodb 5.6.17 2014-05-07 17:32:23 +02:00
que Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
read MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
rem innodb 5.6.17 2014-05-07 17:32:23 +02:00
row Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
srv Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
sync innodb 5.6.17 2014-05-07 17:32:23 +02:00
trx innodb 5.6.17 2014-05-07 17:32:23 +02:00
usr Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
ut Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
CMakeLists.txt MDEV-6354: Implement a way to read MySQL 5.7.4-labs-tplc page 2014-07-22 06:56:50 +03:00
compile-innodb null-merge from innodb-5.6 mergetree (as of 5.6.14) 2014-02-26 19:22:48 +01:00
COPYING.Google Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the same 2009-08-07 12:16:00 +02:00
COPYING.Percona Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the same 2009-08-07 12:16:00 +02:00
Doxyfile Remove ut0auxconf.h. 2010-09-09 14:27:52 +03:00
ha_innodb.def Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the same 2009-08-07 12:16:00 +02:00
plugin_exports Solaris compilation failure: xtradb is linked in statically, ha_innodb.so needs 2014-05-01 14:05:52 +02:00