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

« back to all changes in this revision

Viewing changes to storage/innodb_plugin/row/row0merge.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-05-22 08:59:41 UTC
  • mto: (2.1.3 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100522085941-4x62clk1ovyip4m5
Tags: upstream-5.1.47
ImportĀ upstreamĀ versionĀ 5.1.47

Show diffs side-by-side

added added

removed removed

Lines of Context:
2070
2070
                field = rec_get_nth_field_old(rec, DICT_SYS_INDEXES_NAME_FIELD,
2071
2071
                                              &len);
2072
2072
                if (len == UNIV_SQL_NULL || len == 0
2073
 
                    || mach_read_from_1(field) != (ulint) TEMP_INDEX_PREFIX) {
 
2073
                    || (char) *field != TEMP_INDEX_PREFIX) {
2074
2074
                        continue;
2075
2075
                }
2076
2076