mariadb/storage/xtradb
Jan Lindström fe0112e252 MDEV-7424: InnoDB: Assertion failure in thread 139901753345792
in file buf0mtflu.cc line 439

  Analysis: At shutdown multi-threaded flush sends a exit work
  items to all mtflush threads. We wait until the work queue is
  empty. However, as we did not hold the mutex, some other thread
  could also put work-items to work queue.

  Fix: Take mutex before adding exit work items to work queue and
  wait until all work-items are really processed. Release
  mutex after we have marked that multi-threaded flush is not
  anymore active.

  Fix test failure on innodb_bug12902967 caused by unnecessary
  info output on xtradb/buf/buf0mtflush.cc.

   Do not try to enable atomic writes if the file type
   is not OS_DATA_FILE. Atomic writes are unnecessary
   for log files. If we try to enable atomic writes
   to log writes that are stored to media supporting
   atomic writes we will end up problems later.
2015-01-14 19:24:37 +02:00
..
api XtraDB 5.6.21-70.0 2014-11-20 17:05:13 +01:00
btr Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
buf MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
data Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
dict Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
dyn Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
eval Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fil MDEV-7262: innodb.innodb-mdev7046 and innodb-page_compression* fail on BuildBot 2014-12-04 12:40:19 +02:00
fsp Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fts MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
fut Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ha Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
handler remove wsrep_hton dependency from innodb/xtradb 2015-01-08 21:27:30 +01:00
ibuf xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
include Add fix for MDEV-7369 2014-12-27 03:23:49 +00:00
lock MDEV-6676: Optimistic parallel replication 2014-12-06 08:49:50 +01:00
log Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
mach Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
mem MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mtr MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mysql-test/storage_engine Changes in storage_engine test suite: 2014-09-15 20:33:11 +04:00
os MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
page MDEV-6935: Change the default value for innodb_log_compressed_pages to false 2014-10-29 11:07:38 +02:00
pars MDEV-6929: Port Facebook Prefix Index Queries Optimization 2014-11-03 11:18:52 +02:00
que Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
read xtradb-5.6.19-67.0 2014-08-06 19:57:06 +02:00
rem MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
row Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
srv MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
sync Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
trx Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
usr Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ut MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
CMakeLists.txt Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
COPYING.Google Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00
COPYING.Percona Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
Doxyfile merge with xtradb-5.5.15 2011-07-18 23:04:24 +02:00
ha_innodb.def Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00