summaryrefslogtreecommitdiff
path: root/storage/innobase/buf/buf0dblwr.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13893 encryption.innodb-redo-badkey failed in buildbot with page cannot ...bb-10.2-MDEV-13893Thirunarayanan Balathandayuthapani2019-05-071-6/+1
* MDEV-19346: Remove dummy InnoDB log checkpointsMarko Mäkelä2019-05-031-1/+1
* Merge 10.1 into 10.2Marko Mäkelä2018-12-171-10/+31
|\
| * Follow-up to MDEV-12112: corruption in encrypted table may be overlookedMarko Mäkelä2018-12-171-8/+32
| * MDEV-13103 Deal with page_compressed page corruptionMarko Mäkelä2018-06-141-20/+17
* | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-1/+0
* | Minor cleanupMarko Mäkelä2018-10-291-1/+1
* | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-1/+2
* | MDEV-13103 Deal with page_compressed page corruptionMarko Mäkelä2018-06-141-18/+16
* | MDEV-15529 IMPORT TABLESPACE unnecessarily uses the doublewrite bufferMarko Mäkelä2018-03-101-10/+5
* | Merge 10.1 into 10.2Marko Mäkelä2017-09-061-1/+1
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2017-09-061-1/+1
| |\
| | * MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-061-7/+3
| * | MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upg...Marko Mäkelä2017-07-051-1/+1
* | | MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upg...Marko Mäkelä2017-07-051-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-21/+40
|\ \ \ | |/ /
| * | Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ...Marko Mäkelä2017-06-081-23/+51
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-2/+2
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-201-3/+3
| |\ \ | | |/
| | * 5.6.36Vicențiu Ciorbaru2017-05-151-2/+2
| | * move to storage/innobaseSergei Golubchik2015-05-041-0/+1171
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-4/+5
| * MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-211-2/+2
| * Fix some InnoDB type mismatch introduced in 10.1Marko Mäkelä2017-04-211-2/+2
* | Minor cleanupMarko Mäkelä2017-04-261-10/+6
* | Fix some InnoDB type mismatchMarko Mäkelä2017-04-211-2/+2
* | Make InnoDB doublewrite buffer creation more robust.Marko Mäkelä2017-04-051-17/+9
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-11/+6
|\ \ | |/
| * After reivew fixes.Jan Lindström2017-02-101-2/+1
| * After review fixes.Jan Lindström2017-02-101-13/+3
| * MDEV-11759: Encryption code in MariaDB 10.1/10.2 causesJan Lindström2017-02-061-5/+11
* | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-5/+0
* | MDEV-11254: innodb-use-trim has no effect in 10.2Jan Lindström2017-01-241-10/+8
* | Merge 10.1 to 10.2.Marko Mäkelä2017-01-191-137/+108
|\ \ | |/
| * MDEV-11623 MariaDB 10.1 fails to start datadir created withMarko Mäkelä2017-01-151-0/+15
| * MDEV-11799 InnoDB can abort if the doublewrite bufferMarko Mäkelä2017-01-151-128/+94
| * Plug a memory leak in buf_dblwr_process().Marko Mäkelä2017-01-051-1/+2
| * MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.soMarko Mäkelä2016-12-281-12/+3
* | Remove MYSQL_COMPRESSION.Marko Mäkelä2017-01-181-13/+1
* | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-4/+0
* | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-2/+11
* | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-350/+431
|/
* MDEV-9242: Innodb reports Assertion failure in file buf0dblwr.cc line 579Jan Lindström2016-04-291-1/+23
* MDEV-8272: Encryption performance: Reduce the number of unused memcpy'sJan Lindström2015-06-091-6/+6
* MDEV-8233: InnoDB: Assertion failure in fil_page_decompress with encrypted ta...Jan Lindström2015-05-271-0/+8
* Merge branch 'bb-10.1-jan-encryption' into bb-10.1-sergSergei Golubchik2015-04-091-30/+17
|\
| * InnoDB/XtraDB Encryption cleanupJan Lindström2015-04-071-2/+2
| * InnoDB/XtraDB Encryption cleanup.Jan Lindström2015-04-071-28/+16
* | small cleanups as per reviewSergei Golubchik2015-04-091-4/+0
|/
* Pass down the information should we encrypt the page at os0file.ccJan Lindström2015-02-101-37/+86