MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_mysql_prlock Struct Reference

#include <mysql_thread.h>

Collaboration diagram for st_mysql_prlock:

Public Attributes

rw_pr_lock_t m_prlock
struct PSI_rwlock * m_psi

Detailed Description

An instrumented prlock structure.

See Also
mysql_prlock_t

Definition at line 119 of file mysql_thread.h.

Member Data Documentation

rw_pr_lock_t st_mysql_prlock::m_prlock

The real prlock

Definition at line 122 of file mysql_thread.h.

struct PSI_rwlock* st_mysql_prlock::m_psi

The instrumentation hook. Note that this hook is not conditionally defined, for binary compatibility of the mysql_rwlock_t interface.

Definition at line 128 of file mysql_thread.h.


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