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

#include <trx0i_s.h>

Collaboration diagram for i_s_lock_waits_row_t:

Public Attributes

const i_s_locks_row_trequested_lock_row
const i_s_locks_row_tblocking_lock_row

Detailed Description

This structure represents INFORMATION_SCHEMA.innodb_lock_waits row

Definition at line 180 of file trx0i_s.h.

Member Data Documentation

const i_s_locks_row_t* i_s_lock_waits_row_t::blocking_lock_row

blocking lock

Definition at line 182 of file trx0i_s.h.

const i_s_locks_row_t* i_s_lock_waits_row_t::requested_lock_row

requested lock

Definition at line 181 of file trx0i_s.h.


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