~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/memcached_stats.cc

  • Committer: Brian Aker
  • Date: 2010-07-09 20:51:34 UTC
  • mfrom: (1643.4.3 drizzle)
  • Revision ID: brian@gaz-20100709205134-ru4s0889youfrmm5
Merge of Patrick

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 * @param[in] registry the drizzled::plugin::Registry singleton
60
60
 * @return false on success; true on failure.
61
61
 */
62
 
static int init(plugin::Context &context)
 
62
static int init(module::Context &context)
63
63
{
64
64
 
65
65
  SysvarHolder &sysvar_holder= SysvarHolder::singleton();