~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/stats_table.cc

  • Committer: Tim Penhey
  • Date: 2010-01-22 02:01:19 UTC
  • mto: (1271.7.10)
  • mto: This revision was merged to the branch mainline in revision 1293.
  • Revision ID: tim@penhey.net-20100122020119-p9byyl1bpzw1b8ws
change the include files

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "config.h"
31
31
#include "drizzled/session.h"
32
32
#include "drizzled/show.h"
33
 
#include "drizzled/my_error.h"
 
33
#include "drizzled/error.h"
34
34
 
35
35
#include "stats_table.h"
36
36
#include "sysvar_holder.h"