~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
  "One Thread Per Session Scheduler",
221
221
  PLUGIN_LICENSE_GPL,
222
222
  init, /* Plugin Init */
223
 
  NULL,   /* system variables */
 
223
  NULL,   /* depends */
224
224
  init_options    /* config options */
225
225
}
226
226
DRIZZLE_DECLARE_PLUGIN_END;