~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to plugin/substr_functions/substr_functions.cc

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

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;