~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/functions/lock.cc

  • Committer: Mark Atwood
  • Date: 2011-10-05 15:24:11 UTC
  • mfrom: (2420.2.4 rf)
  • Revision ID: me@mark.atwood.name-20111005152411-xksdn4vulhmtz2x4
mergeĀ lp:~olafvdspek/drizzle/refactor1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  }
38
38
 
39
39
  null_value= false;
40
 
  return drizzled::plugin::Catalog::create(drizzled::identifier::Catalog(res->c_str()));
 
40
  return drizzled::plugin::Catalog::create(drizzled::identifier::Catalog(*res));
41
41
}
42
42
 
43
43
} /* namespace functions */