~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5udf.cc

  • Committer: Brian Aker
  • Date: 2009-02-09 19:20:19 UTC
  • Revision ID: brian@tangent.org-20090209192019-ihmx9nwacvq9ivrn
Remove charset directory code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    max_length=32;
34
34
    args[0]->collation.set(
35
35
      get_charset_by_csname(args[0]->collation.collation->csname,
36
 
                            MY_CS_BINSORT,MYF(0)), DERIVATION_COERCIBLE);
 
36
                            MY_CS_BINSORT), DERIVATION_COERCIBLE);
37
37
  }
38
38
 
39
39
};