~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memcached_functions.cc

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
  return 0;
348
348
}
349
349
 
350
 
drizzle_declare_plugin
 
350
DRIZZLE_DECLARE_PLUGIN
351
351
{
352
352
  "memcached_functions",
353
353
  "0.1",
360
360
  NULL,
361
361
  NULL
362
362
}
363
 
drizzle_declare_plugin_end;
 
363
DRIZZLE_DECLARE_PLUGIN_END;