~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to storage/innodb_plugin/include/rem0cmp.h

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

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 */
 
151
        const dict_index_t*     index,  /*!< in: data dictionary index */
 
152
        ibool*                  null_eq);/*!< out: set to TRUE if
 
153
                                        found matching null values */
152
154
/*************************************************************//**
153
155
This function is used to compare two physical records. Only the common
154
156
first fields are compared, and if an externally stored field is