~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/gearman_udf.cc

  • Committer: Andrew Hutchings
  • Date: 2010-11-01 22:14:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1907.
  • Revision ID: andrew@linuxjedi.co.uk-20101101221418-9n9gmm4ms7fl8vo5
Fix copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
plugin::Create_function<Item_func_gman_do_low_background>
33
33
  *gman_do_low_background= NULL;
34
34
 
35
 
static int gearman_udf_plugin_init(drizzled::plugin::Context &context)
 
35
static int gearman_udf_plugin_init(drizzled::module::Context &context)
36
36
{
37
37
  gman_servers_set= new plugin::Create_function<Item_func_gman_servers_set>("gman_servers_set");
38
38
  gman_do= new plugin::Create_function<Item_func_gman_do>("gman_do");