MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
row0uins.cc File Reference
#include "row0uins.h"
#include "dict0dict.h"
#include "dict0boot.h"
#include "dict0crea.h"
#include "trx0undo.h"
#include "trx0roll.h"
#include "btr0btr.h"
#include "mach0data.h"
#include "row0undo.h"
#include "row0vers.h"
#include "row0log.h"
#include "trx0trx.h"
#include "trx0rec.h"
#include "row0row.h"
#include "row0upd.h"
#include "que0que.h"
#include "ibuf0ibuf.h"
#include "log0log.h"
Include dependency graph for row0uins.cc:

Go to the source code of this file.

Variables

static dict_index_tindex

Detailed Description

Fresh insert undo

Created 2/25/1997 Heikki Tuuri

Definition in file row0uins.cc.

Variable Documentation

dict_index_t* index

< in: BTR_MODIFY_LEAF or BTR_MODIFY_TREE, depending on whether we wish optimistic or pessimistic descent down the index tree in: index

Definition at line 187 of file row0uins.cc.