~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/processlist.cc

Remove processlist from old I_S.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  add_field("DB");
41
41
  add_field("COMMAND", 16);
42
42
  add_field("TIME", plugin::TableFunction::NUMBER);
43
 
  add_field("STATE", 16);
 
43
  add_field("STATE");
44
44
  add_field("INFO", PROCESS_LIST_WIDTH);
45
45
}
46
46