~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-20 20:25:52 UTC
  • mto: (1864.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1865.
  • Revision ID: brian@tangent.org-20101020202552-51y5sz5ledoxbp7t
Add support for --with-valgrind

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
12
 
13
13
You should have received a copy of the GNU General Public License along with
14
 
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15
 
Place, Suite 330, Boston, MA 02111-1307 USA
 
14
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
15
St, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
*****************************************************************************/
18
18
 
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 */
80
 
#define PAGE_INDEX_ID    28     /* index id where the page belongs */
 
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. */
81
84
#define PAGE_BTR_SEG_LEAF 36    /* file segment header for the leaf pages in
82
85
                                a B-tree: defined only on the root page of a
83
86
                                B-tree, but not in the root of an ibuf tree */