~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/schemas.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  
63
63
 
64
64
 
65
 
bool SchemasTool::Generator::populate(Field **)
 
65
bool SchemasTool::Generator::populate()
66
66
{
67
67
  if (nextSchema())
68
68
  {