~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-04-05 23:46:43 UTC
  • Revision ID: brian@gaz-20100405234643-0he3xnj902rc70r8
Fixing tests to work with PBXT.

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::module::Context &context)
 
278
static int memcachedInit(drizzled::plugin::Context &context)
279
279
{
280
280
  if (initMemcUDF())
281
281
  {
312
312
  return 0;
313
313
}
314
314
 
315
 
static int memcachedDone(drizzled::module::Context &context)
 
315
static int memcachedDone(drizzled::plugin::Context &context)
316
316
{
317
317
 
318
318
  memcached_free(memc);