Tags: Tycx2ry/mysql-server
Tags
Fix for post WL#5769(removal of keyring directory for Windows) (cherry picked from commit d9158ac140c68174c5ba1fd63bd92bd1dc817d2a)
Followup fix to enable SysV scripts work under systemd in SLES12 (cherry picked from commit d23d5a6f8ab79bce83b450ab327305f9bb298ede)
Followup fix to enable SysV scripts work under systemd in SLES12
Merge branch 'mysql-cluster-7.3.12-release' into mysql-cluster-7.4.9-… …release
Merge branch 'mysql-cluster-7.2.23-release' into mysql-cluster-7.3.12… …-release
Merge branch 'mysql-cluster-7.2.23-release' into mysql-cluster-7.3.12… …-release
Another follow up patch for performance regression introduced by patc… …h for bug#20957068 Previous patch introduce the usage of the non-portable sched_yield(). This patch change that to use pthread_yield() which is defined in include/my_pthread(). (cherry picked from commit c7a844a8e373633c4a3e91be7af3f789d19d4fbb)
BUG#22530768 Innodb freeze running REPLACE statements we can see from the hang stacktrace, srv_monitor_thread is blocked when getting log_sys::mutex, so that sync_arr_wake_threads_if_sema_free cannot get a change to break the mutex deadlock. The fix is simply removing any mutex wait in srv_monitor_thread. Patch is reviewed by Sunny over IM.
BUG#22530768 Innodb freeze running REPLACE statements we can see from the hang stacktrace, srv_monitor_thread is blocked when getting log_sys::mutex, so that sync_arr_wake_threads_if_sema_free cannot get a change to break the mutex deadlock. The fix is simply removing any mutex wait in srv_monitor_thread. Patch is reviewed by Sunny over IM.
PreviousNext