~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-03 01:16:19 UTC
  • mfrom: (1819.9.81 update-innobase)
  • Revision ID: kalebral@gmail.com-20101203011619-n6v584rijwdet05b
Merge Stewart - update Innobase plugin based on InnoDB 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
558
558
        ulint           local_len);/*!< in: length of data, in bytes */
559
559
/*******************************************************************//**
560
560
Copies an externally stored field of a record to mem heap.
561
 
@return the field copied to heap */
 
561
@return the field copied to heap, or NULL if the field is incomplete */
562
562
UNIV_INTERN
563
563
byte*
564
564
btr_rec_copy_externally_stored_field(
615
615
                                order); value ULINT_UNDEFINED
616
616
                                denotes array end */
617
617
        ulint   n_recs;         /*!< number of records on the page */
 
618
        ulint   page_no;        /*!< no of the page containing the record */
 
619
        ulint   page_level;     /*!< level of the page, if later we fetch
 
620
                                the page under page_no and it is no different
 
621
                                level then we know that the tree has been
 
622
                                reorganized */
618
623
};
619
624
 
620
625
#define BTR_PATH_ARRAY_N_SLOTS  250     /*!< size of path array (in slots) */