~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-29 04:00:23 UTC
  • mto: (1890.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1891.
  • Revision ID: brian@tangent.org-20101029040023-q1j7yeq6n52oarn1
Additional C++ warning fixes.

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
 
        index_id_t      tree_id)        /*!< in: index tree id */
 
662
        dulint          tree_id)        /*!< in: index tree id */
663
663
        __attribute__((pure));
664
664
#endif /* !UNIV_HOTBACKUP */
665
665
/*********************************************************//**