~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/memcached_stats.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * THE POSSIBILITY OF SUCH DAMAGE.
28
28
 */
29
29
 
30
 
#include "drizzled/server_includes.h"
 
30
#include "config.h"
31
31
#include "drizzled/show.h"
32
32
#include "drizzled/gettext.h"
33
33
#include "drizzled/plugin/info_schema_table.h"
265
265
 
266
266
DRIZZLE_DECLARE_PLUGIN
267
267
{
 
268
  DRIZZLE_VERSION_ID,
268
269
  "memcached_stats",
269
270
  "1.0",
270
271
  "Padraig O'Sullivan",