~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gearman_udf.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  PLUGIN_LICENSE_BSD,
81
81
  gearman_udf_plugin_init, /* Plugin Init */
82
82
  gearman_udf_plugin_deinit, /* Plugin Deinit */
83
 
  NULL,   /* status variables */
84
83
  NULL,   /* system variables */
85
84
  NULL    /* config options */
86
85
}