~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_cas.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

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