~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/database_function/database_function.cc

  • Committer: Monty Taylor
  • Date: 2010-02-25 05:06:21 UTC
  • mfrom: (1308 staging)
  • mto: This revision was merged to the branch mainline in revision 1311.
  • Revision ID: mordred@inaugust.com-20100225050621-1vmy8ryyo4s58vsf
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  PLUGIN_LICENSE_GPL,
80
80
  initialize, /* Plugin Init */
81
81
  finalize,   /* Plugin Deinit */
82
 
  NULL,   /* status variables */
83
82
  NULL,   /* system variables */
84
83
  NULL    /* config options */
85
84
}