~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2009-07-11 05:59:19 UTC
  • mfrom: (1089.1.9 merge)
  • Revision ID: brian@gaz-20090711055919-m4px3crrdgta5lie
Collection of patches from new-cleanup (includes asserts for field in debug)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1101
1101
        if (table->found_next_number_field)
1102
1102
        {
1103
1103
          Field *field= table->found_next_number_field;
 
1104
 
 
1105
          /* Since we will need to use field to translate, we need to flip its read bit */
 
1106
          field->setReadSet();
 
1107
 
1104
1108
          uint64_t auto_value=
1105
1109
            (uint64_t) field->val_int(table->record[0] +
1106
1110
                                       field->offset(table->record[0]));