~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gearman_udf.cc

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  return 0;
71
71
}
72
72
 
73
 
drizzle_declare_plugin
 
73
DRIZZLE_DECLARE_PLUGIN
74
74
{
75
75
  "gearman_udf",
76
76
  "0.1",
83
83
  NULL,   /* system variables */
84
84
  NULL    /* config options */
85
85
}
86
 
drizzle_declare_plugin_end;
 
86
DRIZZLE_DECLARE_PLUGIN_END;