~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/memcached_stats.cc

Reverted changes.

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();