mariadb/storage
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
..
archive Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
blackhole MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
cassandra Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
connect Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
csv MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
example 5.5.40+ merge 2014-10-09 10:30:11 +02:00
federated cleanup: freshen up CREATE SERVER code 2014-12-04 10:41:51 +01:00
federatedx cleanup: freshen up CREATE SERVER code 2014-12-04 10:41:51 +01:00
heap Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
innobase MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
maria MDEV-7437 remove suport for "atomics" with rwlocks 2015-01-13 10:15:21 +01:00
mroonga disable mroonga temporarily: see MDEV-7246 2014-12-02 22:25:53 +01:00
myisam Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
myisammrg Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
oqgraph MDEV-5871 support assisted discovery in oqgraph v3 2014-12-04 10:41:52 +01:00
perfschema MDEV-7437 remove suport for "atomics" with rwlocks 2015-01-13 10:15:21 +01:00
sequence MDEV-6894 Enable SEQUENCE engine by default 2014-12-04 10:41:52 +01:00
sphinx cleanup: reuse MY_CHECK_AND_SET_COMPILER_FLAG in sphinx/CMakeLists.txt 2014-12-04 10:41:51 +01:00
spider Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
test_sql_discovery MDEV-4955 discover of table non-existance on CREATE 2014-02-27 22:43:42 +01:00
tokudb Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
xtradb MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00