mariadb/storage
Jan Lindström 21adad000a MDEV-8901: InnoDB: Punch hole is incorrecty done also to log files causing assertion and database corruption
Analysis: Problem is that punch hole does not know the actual page size
of the page and does the page belong to an data file or to a log file.

Fix: Pass down the file type and page size to os layer to be used
when trim is called. Also fix unsafe null pointer access to
actual write_size.
2015-10-06 15:40:26 +03:00
..
archive - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
blackhole MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
cassandra Fixed failing tests and compiler warnings 2015-08-18 11:18:58 +03:00
connect Merge branch '10.1' into pull-request-97 2015-09-25 10:24:14 +02:00
csv MDEV-8682 - CSV engine does not properly process "", in quotes 2015-09-28 12:04:26 +04:00
example 5.5.40+ merge 2014-10-09 10:30:11 +02:00
federated Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
federatedx cleanup: use enum_binlog_checksum_alg, not uint8 2015-09-04 10:33:52 +02:00
heap Remove some allocations not needed for internal temporary tables. 2015-02-01 14:19:39 +02:00
innobase MDEV-8901: InnoDB: Punch hole is incorrecty done also to log files causing assertion and database corruption 2015-10-06 15:40:26 +03:00
maria New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
mroonga Speed up some innodb tests 2015-10-05 17:14:13 +02:00
myisam Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
myisammrg Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
oqgraph cmake: don't repeat yourself 2015-09-04 10:32:02 +02:00
perfschema MDEV-6066: Merge new defaults from 5.6 and 5.7 (autoset) 2015-09-04 10:33:55 +02:00
sequence Don't use flags in the group_by_handler class 2015-10-05 17:14:15 +02:00
sphinx Stage 2 of MDEV-6152: 2015-08-21 10:40:51 +04:00
spider Merge branch '10.1' into pull-request-97 2015-09-25 10:24:14 +02:00
test_sql_discovery MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
tokudb MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
xtradb MDEV-8901: InnoDB: Punch hole is incorrecty done also to log files causing assertion and database corruption 2015-10-06 15:40:26 +03:00