MySQL 5.6.14 Source Code Document
|
#include <mysql_thread.h>
Public Attributes | |
rw_pr_lock_t | m_prlock |
struct PSI_rwlock * | m_psi |
An instrumented prlock structure.
Definition at line 119 of file mysql_thread.h.
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.