~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/innobase/include/page0page.h

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                                header which are set in a page create */
77
77
/*----*/
78
78
#define PAGE_LEVEL       26     /* level of the node in an index tree; the
79
 
                                leaf level is the level 0.  This field should
80
 
                                not be written to after page creation. */
81
 
#define PAGE_INDEX_ID    28     /* index id where the page belongs.
82
 
                                This field should not be written to after
83
 
                                page creation. */
 
79
                                leaf level is the level 0 */
 
80
#define PAGE_INDEX_ID    28     /* index id where the page belongs */
84
81
#define PAGE_BTR_SEG_LEAF 36    /* file segment header for the leaf pages in
85
82
                                a B-tree: defined only on the root page of a
86
83
                                B-tree, but not in the root of an ibuf tree */