~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/index_parts.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  public:
39
39
    Generator(Field **arg);
40
40
 
41
 
    bool populate(Field **fields);
 
41
    bool populate();
42
42
 
43
43
    bool nextIndexPartsCore();
44
44
    bool nextIndexParts();