Drizzled Public API Documentation

mtr_struct Struct Reference

Public Attributes

dyn_array_t memo
 
dyn_array_t log
 
ibool inside_ibuf
 
ibool modifications
 
ulint n_log_recs
 
ulint log_mode
 
ib_uint64_t start_lsn
 
ib_uint64_t end_lsn
 

Detailed Description

Definition at line 441 of file mtr0mtr.h.

Member Data Documentation

ibool mtr_struct::inside_ibuf

TRUE if inside ibuf changes

Definition at line 447 of file mtr0mtr.h.

Referenced by mtr_commit().

dyn_array_t mtr_struct::log

mini-transaction log

Definition at line 446 of file mtr0mtr.h.

Referenced by mlog_catenate_string(), mtr_commit(), and page_copy_rec_list_end_to_created_page().

dyn_array_t mtr_struct::memo

memo stack for locks etc.

Definition at line 445 of file mtr0mtr.h.

Referenced by mtr_commit(), mtr_memo_release(), and mtr_rollback_to_savepoint().


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