~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-12-22 03:15:22 UTC
  • mto: (2023.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2024.
  • Revision ID: mordred@inaugust.com-20101222031522-bmi73y3y00f480qs
Fixed some valgrind warning suppressions which were getting fooled by a
different stack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
801
801
void
802
802
rec_print(
803
803
/*======*/
804
 
        FILE*                   file,   /*!< in: file where to print */
805
 
        const rec_t*            rec,    /*!< in: physical record */
806
 
        const dict_index_t*     index); /*!< in: record descriptor */
 
804
        FILE*           file,   /*!< in: file where to print */
 
805
        const rec_t*    rec,    /*!< in: physical record */
 
806
        dict_index_t*   index); /*!< in: record descriptor */
807
807
#endif /* UNIV_HOTBACKUP */
808
808
 
809
809
#define REC_INFO_BITS           6       /* This is single byte bit-field */