1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite
Marko Mäkelä a9d00db155 MDEV-11799 InnoDB can abort if the doublewrite buffer
contains a bad and a good copy

Clean up the InnoDB doublewrite buffer code.

buf_dblwr_init_or_load_pages(): Do not add empty pages to the buffer.

buf_dblwr_process(): Do consider changes to pages that are all zero.
Do not abort when finding a corrupted copy of a page in the doublewrite
buffer, because there could be multiple copies in the doublewrite buffer,
and only one of them needs to be good.
2017-01-15 18:56:56 +02:00
..
2017-01-10 14:30:11 +02:00
2016-12-11 09:53:42 +01:00
2016-05-30 16:56:29 +04:00
2016-02-23 21:35:05 +01:00
2016-12-11 09:53:42 +01:00
2016-12-11 09:53:42 +01:00
2016-12-11 09:53:42 +01:00
2016-09-28 17:55:28 +02:00
2016-12-11 09:53:42 +01:00
2016-03-21 13:02:53 +01:00
2016-07-13 12:09:59 +02:00