~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/rem0rec.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:
659
659
                                        fields to fold */
660
660
        ulint           n_bytes,        /*!< in: number of bytes to fold
661
661
                                        in an incomplete last field */
662
 
        dulint          tree_id)        /*!< in: index tree id */
 
662
        index_id_t      tree_id)        /*!< in: index tree id */
663
663
        __attribute__((pure));
664
664
#endif /* !UNIV_HOTBACKUP */
665
665
/*********************************************************//**