~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memcached_functions.cc

  • Committer: Brian Aker
  • Date: 2010-05-21 18:25:00 UTC
  • mfrom: (1530.2.10)
  • Revision ID: brian@gaz-20100521182500-c30dbqd2ko56cf56
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
  delete memc_decrement;
276
276
}
277
277
 
278
 
static int memcachedInit(drizzled::plugin::Context &context)
 
278
static int memcachedInit(drizzled::module::Context &context)
279
279
{
280
280
  if (initMemcUDF())
281
281
  {
312
312
  return 0;
313
313
}
314
314
 
315
 
static int memcachedDone(drizzled::plugin::Context &context)
 
315
static int memcachedDone(drizzled::module::Context &context)
316
316
{
317
317
 
318
318
  memcached_free(memc);