~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/substr_functions/substr_functions.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
  "SUBSTR and SUBSTR",
279
279
  PLUGIN_LICENSE_GPL,
280
280
  initialize, /* Plugin Init */
281
 
  NULL,   /* system variables */
 
281
  NULL,   /* depends */
282
282
  NULL    /* config options */
283
283
}
284
284
DRIZZLE_DECLARE_PLUGIN_END;