summaryrefslogtreecommitdiff
path: root/storage/innobase/include/buf0buf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-05-061-9/+10
|\
| * MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-281-23/+21
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-051-11/+15
|\ \ | |/
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-19/+10
| * MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-211-8/+10
* | InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-301-44/+2
* | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-281-11/+0
* | Follow-up to Bug#24346574 PAGE CLEANER THREAD, ASSERT BLOCK->N_POINTERS == 0Marko Mäkelä2017-04-261-0/+6
* | Bug#24346574 PAGE CLEANER THREAD, ASSERT BLOCK->N_POINTERS == 0Marko Mäkelä2017-04-261-8/+41
* | MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-211-8/+10
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-48/+91
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2017-02-201-2/+4
| |\
| | * MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-201-1/+4
| * | After review fixes.Jan Lindström2017-02-101-1/+0
| * | After review fixes for MDEV-11759.Jan Lindström2017-02-091-1/+1
| * | MDEV-11759: Encryption code in MariaDB 10.1/10.2 causesJan Lindström2017-02-061-20/+66
* | | MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GL...Marko Mäkelä2017-03-171-32/+3
* | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-2/+1
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-12/+12
* | | MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_...Marko Mäkelä2017-03-031-6/+10
* | | MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-201-2/+4
* | | Remove MYSQL_COMPRESSION.Marko Mäkelä2017-01-181-1/+0
* | | Merge 10.1 to 10.2Marko Mäkelä2017-01-051-6/+2
|\ \ \ | |/ /
| * | MDEV-11349 (1/2) Fix some clang 4.0 warningsMarko Mäkelä2016-11-251-1/+1
* | | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-59/+13
* | | MDEV-11487 Revert InnoDB internal temporary tables from WL#7682Marko Mäkelä2016-12-091-11/+1
* | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-37/+28
* | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-532/+670
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-35/+35
|\ \ | |/
| * Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2016-06-211-34/+34
| |\
| | * 5.6.31Sergei Golubchik2016-06-211-34/+34
| | * move to storage/innobaseSergei Golubchik2015-05-041-0/+2179
* | MDEV-9236: Dramatically overallocation of InnoDB buffer pool leads to crashJan Lindström2015-12-171-1/+11
* | MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least o...Jan Lindström2015-09-041-4/+10
* | MDEV-8591: Database page corruption on disk or a failed space, Assertion fail...Jan Lindström2015-08-141-0/+3
* | MDEV-8272: Encryption performance: Reduce the number of unused memcpy'sJan Lindström2015-06-091-3/+3
* | MDEV-8250: InnoDB: Page compressed tables are not compressed and compressed+e...Jan Lindström2015-06-041-0/+3
* | InnoDB/XtraDB Encryption cleanupJan Lindström2015-04-071-22/+52
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-2/+6
|\ \ | |/
| * innodb 5.6.23Sergei Golubchik2015-02-181-2/+6
* | Pass down the information should we encrypt the page at os0file.ccJan Lindström2015-02-101-0/+2
* | Push for testing of encryptionMonty2015-02-101-4/+68
* | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-3/+0
|\ \ | |/
| * MDEV-7477: Make innochecksum work on compressed tablesJan Lindström2015-01-191-3/+0
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-1/+1
|\ \ | |/
| * MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a doubleJan Lindström2014-10-251-1/+1
* | MDEV-6936: Buffer pool list scan optimizationJan Lindström2014-11-061-2/+144
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+1
|\ \ | |/
| * InnoDB 5.6.20Sergei Golubchik2014-09-111-1/+1
* | Merge 10.0 -> 10.1Jan Lindström2014-05-241-1/+10
|\ \ | |/