~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:30:27 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103033027-lskb6gxwwforfz71
fix docs warning: underline/overline too short for replace.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                                direction */
67
67
#define PAGE_N_RECS      16     /* number of user records on the page */
68
68
#define PAGE_MAX_TRX_ID  18     /* highest id of a trx which may have modified
69
 
                                a record on the page; trx_id_t; defined only
 
69
                                a record on the page; a dulint; defined only
70
70
                                in secondary indexes and in the insert buffer
71
71
                                tree; NOTE: this may be modified only
72
72
                                when the thread has an x-latch to the page,