summaryrefslogtreecommitdiff
path: root/storage/innobase/include/buf0flu.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-10-091-10/+0
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-10-091-10/+0
| |\
| | * Merge 5.5 into 10.1Marko Mäkelä2019-10-081-11/+0
| | |\
| | | * Remove orphan declaration buf_flush_wait_batch_end_wait_only()Marko Mäkelä2019-10-071-11/+0
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | * Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-101-2/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ \ | | |/ /
| | * | Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-06-121-1/+1
| | |\ \
| | | * | MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo logMarko Mäkelä2017-06-091-1/+1
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-301-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-291-1/+0
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-07-261-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16809 Allow full redo logging for ALTER TABLEMarko Mäkelä2018-07-261-4/+3
* | | | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-9/+3
* | | | | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-4/+4
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-131-10/+6
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15529 IMPORT TABLESPACE unnecessarily uses the doublewrite bufferMarko Mäkelä2018-03-101-6/+4
| * | | | MDEV-15524 Do not disable page checksums for temporary tablesMarko Mäkelä2018-03-101-5/+3
* | | | | Follow-up to MDEV-13690: Remove unused globalsMarko Mäkelä2018-03-091-52/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-3/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14310 Possible corruption by table-rebuilding or index-creating ALTER TA...Marko Mäkelä2017-11-201-3/+8
* | | | | MDEV-11025: Make number of page cleaner threads variable dynamicJan Lindström2017-10-241-0/+6
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ \ | |/ / /
* | | | MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GL...Marko Mäkelä2017-03-171-24/+3
* | | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-2/+0
* | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-2/+2
* | | | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-6/+0
* | | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-4/+25
* | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-65/+193
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-4/+4
|\ \ \ | |/ /
| * | 5.6.31Sergei Golubchik2016-06-211-3/+3
| * | move to storage/innobaseSergei Golubchik2015-05-041-0/+286
| /
* | MDEV-6936: Buffer pool list scan optimizationJan Lindström2014-11-061-10/+23
* | MDEV-6246: Merge 10.0.10-FusionIO to 10.1.Jan Lindström2014-05-221-0/+50
|\ \
| * \ Merge: lp:maria/10.0 latest.Jan Lindström2014-03-031-16/+22
| |\ \
| * | | Moved mt-flush code to buf0mtflu.[cc|h] and cleaned it up. This is forJan Lindström2014-02-061-0/+49
* | | | MDEV-6184 10.0.11 mergeSergei Golubchik2014-05-061-4/+4
| |/ / |/| |
* | | MDEV-5574 Set AUTO_INCREMENT below max value of column.Sergei Golubchik2014-02-011-11/+16
|/ /
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-31/+65
* | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-63/+45
|/
* Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1Sunny Bains2011-02-221-1/+12
* Fix bit-rot left by the multiple buffer pools patch.Marko Mäkelä2010-10-201-1/+1
* Merge Bug #56680 from mysql-5.1.Marko Mäkelä2010-10-191-0/+15
|\
| * Bug #56680 wrong InnoDB results from a case-insensitive covering indexMarko Mäkelä2010-10-191-0/+14
* | When flushing from LRU we try to keep a certain number of pages overInaam Rana2010-08-201-2/+2
* | Merge from innodb-branches-innodb+ (2)Vasil Dimov2010-04-191-18/+40
* | Import branches/innodb+ from SVN on top of storage/innobase.Vasil Dimov2010-04-121-1/+27
* | Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the sameGuilhem Bichot2009-08-071-0/+191