MySQL 5.6.14 Source Code Document
|
Public Attributes | |
WT_THD *const | thd |
uint const | max_depth |
WT_THD * | victim |
WT_RESOURCE * | last_locked_rc |
arguments for the recursive deadlock_search function
Definition at line 661 of file waiting_threads.c.
WT_RESOURCE* deadlock_arg::last_locked_rc |
see comment at the end of deadlock_search()
Definition at line 665 of file waiting_threads.c.
uint const deadlock_arg::max_depth |
search depth limit
Definition at line 663 of file waiting_threads.c.
WT_THD* const deadlock_arg::thd |
starting point of a search
Definition at line 662 of file waiting_threads.c.
WT_THD* deadlock_arg::victim |
a thread to be killed to resolve a deadlock
Definition at line 664 of file waiting_threads.c.