~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/console/console.cc

Merge Monty - Added inter-plugin dependencies for controlling plugin load order

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
  "Console Client",
404
404
  PLUGIN_LICENSE_BSD,
405
405
  init,   /* Plugin Init */
406
 
  NULL,   /* system variables */
 
406
  NULL,   /* depends */
407
407
  init_options    /* config options */
408
408
}
409
409
DRIZZLE_DECLARE_PLUGIN_END;