~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-11-06 15:43:10 UTC
  • mfrom: (1908.1.1 merge)
  • Revision ID: brian@tangent.org-20101106154310-g1jpjzwbc53pfc4f
Filesort encapsulation, plus modification to copy contructor

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
        const rec_t*            rec2,   /*!< in: physical record */
149
149
        const ulint*            offsets1,/*!< in: rec_get_offsets(rec1, ...) */
150
150
        const ulint*            offsets2,/*!< in: rec_get_offsets(rec2, ...) */
151
 
        const dict_index_t*     index,  /*!< in: data dictionary index */
152
 
        ibool*                  null_eq);/*!< out: set to TRUE if
153
 
                                        found matching null values */
 
151
        const dict_index_t*     index); /*!< in: data dictionary index */
154
152
/*************************************************************//**
155
153
This function is used to compare two physical records. Only the common
156
154
first fields are compared, and if an externally stored field is