~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/processlist.cc

Small cleanups, pushing test cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  message::Table::StorageEngine *engine;
33
33
  message::Table::TableOptions *table_options;
34
34
 
35
 
  schema.set_name("schema");
 
35
  schema.set_name("processlist");
36
36
  schema.set_type(message::Table::STANDARD);
37
37
 
38
38
  table_options= schema.mutable_options();