~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2010-12-20 19:20:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2016.
  • Revision ID: brian@tangent.org-20101220192057-1ch4b9uo008d8rje
Merge in additional fixes for sign, plus alter table, plus TIME on
processlist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1031
1031
          field->setReadSet();
1032
1032
 
1033
1033
          uint64_t auto_value=
1034
 
            (uint64_t) field->val_int(getTable()->getInsertRecord() +
1035
 
                                       field->offset(getTable()->getInsertRecord()));
 
1034
            (uint64_t) field->val_int_internal(getTable()->getInsertRecord() +
 
1035
                                               field->offset(getTable()->getInsertRecord()));
1036
1036
          if (share->archive_write.auto_increment < auto_value)
1037
1037
            stats.auto_increment_value=
1038
1038
              (share->archive_write.auto_increment= auto_value) + 1;