~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_append.cc

Merged null-not-zero-as-pointer into remove-bit_fields_as_long.

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 MemcachedAppend::val_int()
45
46
{