~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/rem/rem0rec.c

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1749
1749
void
1750
1750
rec_print(
1751
1751
/*======*/
1752
 
        FILE*           file,   /*!< in: file where to print */
1753
 
        const rec_t*    rec,    /*!< in: physical record */
1754
 
        dict_index_t*   index)  /*!< in: record descriptor */
 
1752
        FILE*                   file,   /*!< in: file where to print */
 
1753
        const rec_t*            rec,    /*!< in: physical record */
 
1754
        const dict_index_t*     index)  /*!< in: record descriptor */
1755
1755
{
1756
1756
        ut_ad(index);
1757
1757