mariadb/storage/innobase/srv
Marko Mäkelä bc12d993d7 MDEV-11947 InnoDB purge workers fail to shut down
srv_release_threads(): Actually wait for the threads to resume
from suspension. On CentOS 5 and possibly other platforms,
os_event_set() may be lost.

srv_resume_thread(): A counterpart of srv_suspend_thread().
Optionally wait for the event to be set, optionally with a timeout,
and then release the thread from suspension.

srv_free_slot(): Unconditionally suspend the thread. It is always
in resumed state when this function is entered.

srv_active_wake_master_thread_low(): Only call os_event_set().

srv_purge_coordinator_suspend(): Use srv_resume_thread() instead
of the complicated logic.
2017-02-03 12:52:37 +02:00
..
srv0conc.cc MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexes 2016-10-17 18:35:49 +04:00
srv0mon.cc MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
srv0srv.cc MDEV-11947 InnoDB purge workers fail to shut down 2017-02-03 12:52:37 +02:00
srv0start.cc Extend the innodb.log_corruption test. 2017-02-02 10:20:22 +02:00