~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/catalog.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 17:36:12 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328173612-j64frssmkmalveii
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
  return false;
171
171
}
172
172
 
173
 
void plugin::Catalog::getIdentifiers(identifier::Catalog::vector &identifiers)
 
173
void plugin::Catalog::getIdentifiers(identifier::catalog::vector &identifiers)
174
174
{
175
175
  BOOST_FOREACH(catalog::Engine::vector::const_reference ref, Engines::singleton().catalogs())
176
176
  {