~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/cursor.cc

Fix debug assert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  bool more_rows;
68
68
  ha_statistic_increment(&SSV::ha_read_rnd_next_count);
69
69
 
 
70
  /* Fix bug in the debug logic for field */
 
71
  for (Field **field=table->field ; *field ; field++)
 
72
  {
 
73
    (*field)->setWriteSet();
 
74
  }
 
75
 
70
76
  more_rows= generator->sub_populate(table->s->fields);
71
77
 
72
78
  if (more_rows)