~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/catalog.cc

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  }
51
51
};
52
52
 
53
 
Catalog::~Catalog()
54
 
{
55
 
}
56
 
 
57
53
bool Catalog::create(const identifier::Catalog& identifier)
58
54
{
59
55
  message::catalog::shared_ptr message= message::catalog::make_shared(identifier);