~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/command_log/command_log.cc

  • Committer: Brian Aker
  • Date: 2009-08-11 20:22:59 UTC
  • mfrom: (1093.1.59 captain)
  • Revision ID: brian@gaz-20090811202259-5a92huu2yqmzdx1u
MErge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
 
254
254
static CommandLog *command_log= NULL; /* The singleton command log */
255
255
 
256
 
static int init(PluginRegistry &registry)
 
256
static int init(drizzled::plugin::Registry &registry)
257
257
{
258
258
  if (sysvar_command_log_enabled)
259
259
  {
263
263
  return 0;
264
264
}
265
265
 
266
 
static int deinit(PluginRegistry &registry)
 
266
static int deinit(drizzled::plugin::Registry &registry)
267
267
{
268
268
  if (command_log)
269
269
  {