~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5udf.cc

  • Committer: Monty Taylor
  • Date: 2009-02-26 02:10:12 UTC
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: monty@inaugust.com-20090226021012-fgjjlu5slrgwz183
Fixed compiler warnings.

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() {