MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
deadlock_arg Struct Reference
Collaboration diagram for deadlock_arg:

Public Attributes

WT_THD *const thd
uint const max_depth
WT_THDvictim
WT_RESOURCElast_locked_rc

Detailed Description

arguments for the recursive deadlock_search function

Definition at line 661 of file waiting_threads.c.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: