~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/processlist.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    Generator(Field **arg);
38
38
    ~Generator();
39
39
 
40
 
    bool populate(Field ** fields);
 
40
    bool populate();
41
41
  };
42
42
 
43
43
  Generator *generator(Field **arg)