~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to plugin/registry_dictionary/modules.cc

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  plugin::TableFunction::Generator(arg)
52
52
{
53
53
  module::Registry &registry= module::Registry::singleton();
54
 
  modules= registry.getList(true);
 
54
  modules= registry.getList();
55
55
  it= modules.begin();
56
56
}
57
57