~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_strfunc.cc

  • Committer: Monty Taylor
  • Date: 2008-09-23 06:09:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923060948-pec1d5wxetf84tte
Cleaned up stuff out of global.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <drizzled/server_includes.h>
29
29
#include <mysys/sha1.h>
30
30
#include <zlib.h>
31
 
C_MODE_START
 
31
 
 
32
#ifdef __cplusplus
 
33
extern "C" {
 
34
#endif
 
35
 
32
36
#include <mysys/my_static.h>                    // For soundex_map
33
 
C_MODE_END
 
37
 
 
38
#ifdef __cplusplus
 
39
}
 
40
#endif
 
41
 
34
42
#include <drizzled/drizzled_error_messages.h>
35
43
 
36
44
String my_empty_string("",default_charset_info);