~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/local.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-23 23:34:24 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110323233424-1fv5e1i53ey8ercc
Remove const_reference and reference from identifier::Catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  _local_catalog= plugin::Catalog::getInstance(default_catalog);
43
43
}
44
44
 
45
 
identifier::Catalog::const_reference local_identifier()
 
45
const identifier::Catalog& local_identifier()
46
46
{
47
47
  return default_catalog;
48
48
}