mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
4fac626917
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. |
||
---|---|---|
.. | ||
log0crypt.cc | ||
log0log.cc | ||
log0online.cc | ||
log0recv.cc |