~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 
125
125
#define INT8_MIN          -128
126
126
#define INT16_MIN         -32768
 
127
 
127
128
   /*
128
129
      Note:  the literal "most negative int" cannot be written in C --
129
130
      the rules in the standard (section 6.4.4.1 in C99) will give it
1001
1002
/* my_sprintf  was here. RIP */
1002
1003
 
1003
1004
#if defined(HAVE_CHARSET_utf8mb3) || defined(HAVE_CHARSET_utf8mb4)
1004
 
#define MYSQL_UNIVERSAL_CLIENT_CHARSET "utf8"
 
1005
#define DRIZZLE_UNIVERSAL_CLIENT_CHARSET "utf8"
1005
1006
#else
1006
 
#define MYSQL_UNIVERSAL_CLIENT_CHARSET MYSQL_DEFAULT_CHARSET_NAME
 
1007
#define DRIZZLE_UNIVERSAL_CLIENT_CHARSET DRIZZLE_DEFAULT_CHARSET_NAME
1007
1008
#endif
1008
1009
 
1009
1010
#include <dlfcn.h>