~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/indexes.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
    bool nextIndex();
57
57
 
58
 
    bool populate(Field **fields);
 
58
    bool populate();
59
59
  };
60
60
 
61
61
  Generator *generator(Field **arg)