~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/cursor.cc

Fix interface (we no longer need Fields passed around).

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  bool more_rows;
67
67
  ha_statistic_increment(&SSV::ha_read_rnd_next_count);
68
68
 
69
 
  more_rows= generator->sub_populate(table->field);
 
69
  more_rows= generator->sub_populate();
70
70
 
71
71
  if (more_rows)
72
72
  {