~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5.cc

  • Committer: Brian Aker
  • Date: 2009-05-06 07:14:56 UTC
  • mfrom: (1005.1.4 mordred)
  • Revision ID: brian@gaz-20090506071456-8whd3jjb4i1c1yd4
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
      get_charset_by_csname(args[0]->collation.collation->csname,
37
37
                            MY_CS_BINSORT), DERIVATION_COERCIBLE);
38
38
  }
39
 
 
 
39
  bool check_argument_count(int n) { return (n==1); }
40
40
};
41
41
 
42
42