~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/tables.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
      return is_tables_primed;
60
60
    }
61
61
 
62
 
    bool populate(Field ** fields);
 
62
    bool populate();
63
63
    bool nextTable();
64
64
  };
65
65