~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Brian Aker
  • Date: 2009-05-05 00:22:46 UTC
  • mfrom: (1003.1.6 merge)
  • Revision ID: brian@gaz-20090505002246-m4ol528i6me7vikf
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
  table->file->position(table->record[0]);
122
122
  /* Add all fields used by unique index to read_set. */
123
123
  *(table->read_set) |= unique_map;
124
 
  /* Tell the engine about the new set. */
125
 
  table->file->column_bitmaps_signal();
126
124
  /* Read record that is identified by table->file->ref. */
127
125
  (void) table->file->rnd_pos(table->record[1], table->file->ref);
128
126
  /* Copy the newly read columns into the new record. */