~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rot13/rot13.cc

  • Committer: Andrew Hutchings
  • Date: 2011-01-21 11:23:19 UTC
  • mto: (2100.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2101.
  • Revision ID: andrew@linuxjedi.co.uk-20110121112319-nj1cvg0yt3nnf2rr
Add errors page to drizzle client docs
Add link to specific error in migration docs
Minor changes to migration docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
};
81
81
 
82
82
using plugin::Create_function;
83
 
using plugin::Context;
 
83
using module::Context;
84
84
typedef Create_function<Function> PluginFunction;
85
85
PluginFunction *rot13_func= NULL;
86
86
 
93
93
 
94
94
} /* namespace rot13 */
95
95
 
96
 
DRIZZLE_PLUGIN(rot13::init, NULL);
 
96
DRIZZLE_PLUGIN(rot13::init, NULL, NULL);