summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/page0page.h
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2011-12-15 10:34:14 +0100
committerunknown <knielsen@knielsen-hq.org>2011-12-15 10:34:14 +0100
commita6c7c53b63384f0b58ff8e34798c0952ed6ac7a7 (patch)
tree5d4eaafa051042a726cc5ad7376b13b96111f6cd /storage/xtradb/include/page0page.h
parent79479ee97571e8023b0269ffddbf525d54955273 (diff)
parent6afbf295f018e077be7c569ef8e433e510441bea (diff)
downloadmariadb-git-a6c7c53b63384f0b58ff8e34798c0952ed6ac7a7.tar.gz
Merge XtraDB from Percona-server-5.5.17-rel22.1 into MariaDB 5.5
Diffstat (limited to 'storage/xtradb/include/page0page.h')
-rw-r--r--storage/xtradb/include/page0page.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/xtradb/include/page0page.h b/storage/xtradb/include/page0page.h
index c06815cb6ca..c1c659e2b70 100644
--- a/storage/xtradb/include/page0page.h
+++ b/storage/xtradb/include/page0page.h
@@ -68,10 +68,7 @@ typedef byte page_header_t;
#define PAGE_MAX_TRX_ID 18 /* highest id of a trx which may have modified
a record on the page; trx_id_t; defined only
in secondary indexes and in the insert buffer
- tree; NOTE: this may be modified only
- when the thread has an x-latch to the page,
- and ALSO an x-latch to btr_search_latch
- if there is a hash index to the page! */
+ tree */
#define PAGE_HEADER_PRIV_END 26 /* end of private data structure of the page
header which are set in a page create */
/*----*/