1
/******************************************************
6
Created 2/25/1997 Heikki Tuuri
7
*******************************************************/
13
#include "data0data.h"
14
#include "dict0types.h"
15
#include "trx0types.h"
16
#include "que0types.h"
17
#include "row0types.h"
20
/***************************************************************
21
Undoes a fresh insert of a row to a table. A fresh insert means that
22
the same clustered index unique key did not have any record, even delete
23
marked, at the time of the insert. */
29
undo_node_t* node); /* in: row undo node */
33
#include "row0uins.ic"