~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/memcached_stats.cc

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
  "memcached_stats",
96
96
  "1.0",
97
97
  "Padraig O'Sullivan",
98
 
  N_("Memcached Stats as I_S tables"),
 
98
  N_("Dictionary of memcached statistics"),
99
99
  PLUGIN_LICENSE_BSD,
100
 
  drizzle_plugin::init,   /* Plugin Init      */
101
 
  NULL, /* depends */
102
 
  drizzle_plugin::init_options    /* config options   */
 
100
  drizzle_plugin::init,
 
101
  NULL,
 
102
  drizzle_plugin::init_options
103
103
}
104
104
DRIZZLE_DECLARE_PLUGIN_END;