~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Brian Aker
  • Date: 2009-05-26 02:54:31 UTC
  • mfrom: (1022.2.34 mordred)
  • Revision ID: brian@gaz-20090526025431-hpjmsrr4j6nftuic
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
    return;
103
103
 
104
104
  /* Create unique_map with all fields used by that index. */
105
 
  bitmap_init(&unique_map, unique_map_buf, table->s->fields, false);
 
105
  bitmap_init(&unique_map, unique_map_buf, table->s->fields);
106
106
  table->mark_columns_used_by_index_no_reset(keynr, &unique_map);
107
107
 
108
108
  /* Subtract read_set and write_set. */