mariadb/storage/xtradb/log
Jan Lindström 4fac626917 MDEV-8390: innodb.innodb-flush-changed-page-bitmaps crashes
Analysis: Flush changed page bitmaps calls log_online_follow_redo_log
that later calls log_group_read_log_seg with release_mutex = true
and that causes the log_sys mutex being released before
log_decrypt_after_read function that later required log_sys mutex.

Fix: Enter log_sys mutex before log_decrypt_after_read if mutex
is released and release the mutex after the function if we
acquired it before function call.
2015-06-29 12:48:42 +03:00
..
log0crypt.cc fix printf format string 2015-06-27 09:40:54 +02:00
log0log.cc MDEV-8390: innodb.innodb-flush-changed-page-bitmaps crashes 2015-06-29 12:48:42 +03:00
log0online.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
log0recv.cc Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00