~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_strfunc.cc

Merged from jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    (This shouldn't be needed)
26
26
*/
27
27
 
28
 
#ifdef USE_PRAGMA_IMPLEMENTATION
29
 
#pragma implementation                          // gcc: Class implementation
30
 
#endif
31
 
 
32
 
 
33
 
#include "mysql_priv.h"
 
28
#include <drizzled/server_includes.h>
34
29
#include <mysys/sha1.h>
35
30
#include <zlib.h>
36
31
C_MODE_START