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

#include <mtr0mtr.h>

Public Attributes

ulint type
void * object

Detailed Description

Mini-transaction memo stack slot.

Definition at line 369 of file mtr0mtr.h.

Member Data Documentation

void* mtr_memo_slot_t::object

pointer to the object

Definition at line 371 of file mtr0mtr.h.

ulint mtr_memo_slot_t::type

type of the stored object (MTR_MEMO_S_LOCK, ...)

Definition at line 370 of file mtr0mtr.h.


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