~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/charlength/charlength.cc

  • Committer: Brian Aker
  • Date: 2010-05-17 23:12:39 UTC
  • Revision ID: brian@gaz-20100517231239-kgcnn613z0gga7ie
Code shuffle on ReadRecord

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
plugin::Create_function<CharLengthFunction> *charlengthudf= NULL;
67
67
plugin::Create_function<CharLengthFunction> *characterlengthudf= NULL;
68
68
 
69
 
static int initialize(drizzled::module::Context &context)
 
69
static int initialize(drizzled::plugin::Context &context)
70
70
{
71
71
  charlengthudf= new plugin::Create_function<CharLengthFunction>("char_length");
72
72
  characterlengthudf= new plugin::Create_function<CharLengthFunction>("character_length");