~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_set.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include <string>
43
43
 
44
44
using namespace std;
 
45
using namespace drizzled;
45
46
 
46
47
int64_t MemcachedSet::val_int()
47
48
{