~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/columns.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  return true;
93
93
}
94
94
 
95
 
bool ColumnsTool::Generator::populate(Field **)
 
95
bool ColumnsTool::Generator::populate()
96
96
{
97
97
  if (not nextColumn())
98
98
    return false;