summaryrefslogtreecommitdiff
path: root/storage/innobase/buf/buf0mtflu.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13690: Remove unnecessary innodb_use_mtflush, innodb_mtflush_threads par...Jan Lindström2017-09-011-736/+0
* Fix InnoDB compilation warnings.Marko Mäkelä2017-01-051-84/+64
* Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-1/+1
* Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-20/+18
* MDEV-7424: InnoDB: Assertion failure in thread 139901753345792Jan Lindström2015-01-141-8/+20
* MDEV-6936: Buffer pool list scan optimizationJan Lindström2014-11-061-32/+64
* MDEV-6376: InnoDB: Assertion failure in thread 139995225970432Jan Lindström2014-06-281-0/+17
* Code cleanup after review.Jan Lindström2014-05-161-4/+7
* Code cleanup: Removed some unnecessary outputs from standard builds (availabl...Jan Lindström2014-03-211-6/+8
* Fixed a hang. The core issues is with the heap-thrashing by the Jan Lindström2014-03-031-77/+92
* Merge: lp:maria/10.0 latest.Jan Lindström2014-03-031-2/+2
* Temporal fix for flush thread hang.Jan Lindström2014-02-281-7/+48
* Small fixes to work_item handling. Jan Lindström2014-02-261-11/+8
* Fixed memory leak on queue nodes by using local memory heap on normalJan Lindström2014-02-251-111/+45
* Fixed hang seen on TPC-C measure phase. We should not use timedwait on threads Jan Lindström2014-02-151-3/+3
* Fix timing on queues, this could clearly lead to starvation.Jan Lindström2014-02-141-5/+6
* Fixed issue on data dictionary corruption.Jan Lindström2014-02-131-16/+21
* Fixed issue on atomic writes and system tables. Atomic writes can be usedJan Lindström2014-02-121-4/+10
* Code cleanup. Removed those questions that are now addressed.Jan Lindström2014-02-121-18/+23
* Removed unnecessary files and set lz4 under HAVE_LZ4 compilerJan Lindström2014-02-111-1/+1
* Merged latest mt-flush code to xtradb. Cleaned up thread statistic outputJan Lindström2014-02-071-73/+43
* Moved mt-flush code to buf0mtflu.[cc|h] and cleaned it up. This is forJan Lindström2014-02-061-940/+555
* Changes for Fusion-io multi-threaded flush, page compressed tables andJan Lindström2013-12-191-0/+1103