~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/plugins.cc

Update for test split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  if (it == end)
53
53
    return false;
54
54
 
 
55
  /* PLUGIN_NAME */
55
56
  push(plugin->getName());
 
57
 
 
58
  /* PLUGIN_TYPE */
56
59
  push(plugin->getTypeName());
57
 
  push(plugin->isActive());
58
 
  push(plugin->isActive());
 
60
 
 
61
  /* IS_ACTIVE */
 
62
  push(plugin->isActive());
 
63
 
 
64
  /* MODULE_NAME */
 
65
  push();
59
66
 
60
67
  it++;
61
68