~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5udf.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <openssl/md5.h>
21
21
 
 
22
#include <stdio.h>
 
23
 
 
24
using namespace std;
 
25
 
22
26
class Item_func_md5 : public Item_str_func
23
27
{
24
28
public: