~clint-fewbar/drizzle/authorize-default-deny

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_get.cc

  • Committer: Clint Byrum
  • Date: 2011-02-22 22:25:07 UTC
  • mfrom: (2177.1.15 build)
  • Revision ID: clint@ubuntu.com-20110222222507-azaofg4p8w55gdvr
merging trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 *   memc_get UDF implementation 
34
34
 */
35
35
 
36
 
#include "config.h"
 
36
#include <config.h>
37
37
#include <drizzled/function/str/strfunc.h>
38
38
 
39
39
#include "memcached_functions.h"