Skip to content

Tags: Tycx2ry/mysql-server

Tags

mysql-5.7.11

Toggle mysql-5.7.11's commit message
Fix for post WL#5769(removal of keyring directory for Windows)

(cherry picked from commit d9158ac140c68174c5ba1fd63bd92bd1dc817d2a)

mysql-cluster-7.5.0

Toggle mysql-cluster-7.5.0's commit message
Followup fix to enable SysV scripts work under systemd in SLES12

(cherry picked from commit d23d5a6f8ab79bce83b450ab327305f9bb298ede)

mysql-cluster-7.4.10

Toggle mysql-cluster-7.4.10's commit message
Followup fix to enable SysV scripts work under systemd in SLES12

mysql-cluster-7.4.9

Toggle mysql-cluster-7.4.9's commit message
Merge branch 'mysql-cluster-7.3.12-release' into mysql-cluster-7.4.9-…

…release

mysql-cluster-7.3.12

Toggle mysql-cluster-7.3.12's commit message
Merge branch 'mysql-cluster-7.2.23-release' into mysql-cluster-7.3.12…

…-release

mysql-cluster-7.3

Toggle mysql-cluster-7.3's commit message
Merge branch 'mysql-cluster-7.2.23-release' into mysql-cluster-7.3.12…

…-release

mysql-cluster-7.2.23

Toggle mysql-cluster-7.2.23's commit message
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)

mysql-5.6.29

Toggle mysql-5.6.29's commit message
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.

mysql-5.5.48

Toggle mysql-5.5.48's commit message
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.

mysql-5.7.10-2

Toggle mysql-5.7.10-2's commit message
Redirect the semanage message to /dev/null