~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5udf.cc

  • Committer: mordred
  • Date: 2008-11-02 08:47:15 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: mordred@opensolaris-20081102084715-y8f52lubmqmmnxpf
A whole bunch of solaris/sun studio compile fixes.

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: