~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_delete.cc

retrieve data from the local cache

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
 
 * Copyright (C) 2009, Patrick "CaptTofu" Galbraith, Padraig O'Sullivan
 
3
 * Copyright (c) 2009, Patrick "CaptTofu" Galbraith, Padraig O'Sullivan
4
4
 * All rights reserved.
5
5
 *
6
6
 * Redistribution and use in source and binary forms, with or without
28
28
 * THE POSSIBILITY OF SUCH DAMAGE.
29
29
 */
30
30
 
31
 
#include <config.h>
 
31
#include "config.h"
32
32
#include <drizzled/function/str/strfunc.h>
33
33
 
34
34
#include "memcached_functions.h"