summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/row0undo.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-02-28 23:56:17 +0100
committerSergei Golubchik <sergii@pisem.net>2013-02-28 23:56:17 +0100
commit9d72bbf84ccfe6b671cc5aa72109b0025929399e (patch)
treefe2a9ddd264a5961c6ada52e9ae48f61977d36e2 /storage/xtradb/include/row0undo.h
parent213f1c76a038ad0e6111cd5eb6b0da9b4b9dc45a (diff)
parenta9f12c27c3b260f79ff0d28df8d2006ebea84b3a (diff)
downloadmariadb-git-9d72bbf84ccfe6b671cc5aa72109b0025929399e.tar.gz
merge with XtraDB as of Percona-Server-5.5.29-rel30.0
Diffstat (limited to 'storage/xtradb/include/row0undo.h')
-rw-r--r--storage/xtradb/include/row0undo.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/xtradb/include/row0undo.h b/storage/xtradb/include/row0undo.h
index 6eb4ca448b3..9420d022e3b 100644
--- a/storage/xtradb/include/row0undo.h
+++ b/storage/xtradb/include/row0undo.h
@@ -87,10 +87,6 @@ that index record. */
enum undo_exec {
UNDO_NODE_FETCH_NEXT = 1, /*!< we should fetch the next
undo log record */
- UNDO_NODE_PREV_VERS, /*!< the roll ptr to previous
- version of a row is stored in
- node, and undo should be done
- based on it */
UNDO_NODE_INSERT, /*!< undo a fresh insert of a
row to a table */
UNDO_NODE_MODIFY /*!< undo a modify operation
@@ -108,9 +104,6 @@ struct undo_node_struct{
undo_no_t undo_no;/*!< undo number of the record */
ulint rec_type;/*!< undo log record type: TRX_UNDO_INSERT_REC,
... */
- roll_ptr_t new_roll_ptr;
- /*!< roll ptr to restore to clustered index
- record */
trx_id_t new_trx_id; /*!< trx id to restore to clustered index
record */
btr_pcur_t pcur; /*!< persistent cursor used in searching the