~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2008-08-19 22:40:04 UTC
  • Revision ID: brian@tangent.org-20080819224004-tcgp7mptob0jkfmc
More Table cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
902
902
        info->touched++;
903
903
        if ((table->file->ha_table_flags() & HA_PARTIAL_COLUMN_READ &&
904
904
             !bitmap_is_subset(table->write_set, table->read_set)) ||
905
 
            compare_record(table))
 
905
            table->compare_record())
906
906
        {
907
907
          if ((error=table->file->ha_update_row(table->record[1],
908
908
                                                table->record[0])) &&