~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_stats.h

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * THE POSSIBILITY OF SUCH DAMAGE.
30
30
 */
31
31
 
32
 
#pragma once
 
32
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMC_STATS_H
 
33
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMC_STATS_H
33
34
 
34
35
#include <drizzled/item/func.h>
35
36
 
66
67
  drizzled::String results_buff;
67
68
};
68
69
 
 
70
#endif /* PLUGIN_MEMCACHED_FUNCTIONS_MEMC_STATS_H */