~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5udf.cc

  • Committer: Brian Aker
  • Date: 2009-02-26 05:21:02 UTC
  • mfrom: (896.1.5 fix-osxs)
  • Revision ID: brian@intel-mini-2.local-20090226052102-8xtbjt8kph6mi0qx
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
class Item_func_md5 : public Item_str_func
28
28
{
29
29
public:
 
30
  Item_func_md5() : Item_str_func() {}
30
31
  const char *func_name() const { return "md5"; }
31
32
  String *val_str(String*);
32
33
  void fix_length_and_dec() {