~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
691
691
        ulint   data_size,      /* in: data size */
692
692
        ulint   n_fields,       /* in: number of fields */
693
693
        ulint   n_ext)          /* in: number of externally stored columns */
694
 
                __attribute__((const));
 
694
                __attribute__((__const__));
695
695
/**************************************************************
696
696
Determines the size of a data tuple in ROW_FORMAT=COMPACT. */
697
697
UNIV_INTERN