~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/stats_table.h

  • Committer: Monty Taylor
  • Date: 2010-12-02 23:49:02 UTC
  • mto: (1975.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101202234902-jrvwwtjjbuoc3v3y
Updated memcached_stats plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#include <libmemcached/memcached.h>
38
38
 
 
39
namespace drizzle_plugin
 
40
{
 
41
 
39
42
class StatsTableTool : public drizzled::plugin::TableFunction
40
43
{
41
44
public:
62
65
  }
63
66
};
64
67
 
 
68
} /* namespace drizzle_plugin */
 
69
 
65
70
#endif /* PLUGIN_MEMCACHED_STATS_STATS_TABLE_H */