~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2009-07-09 00:04:44 UTC
  • mto: (1093.1.9 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090709000444-1jf6qw4gvyhdab1a
Got rid of #ifdef have utf8 stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
#define MY_HOW_OFTEN_TO_WRITE  1000  /* How often we want info on screen */
297
297
 
298
298
 
299
 
#if defined(HAVE_CHARSET_utf8mb3) || defined(HAVE_CHARSET_utf8mb4)
300
 
#define DRIZZLE_UNIVERSAL_CLIENT_CHARSET "utf8"
301
 
#else
302
 
#define DRIZZLE_UNIVERSAL_CLIENT_CHARSET DRIZZLE_DEFAULT_CHARSET_NAME
303
 
#endif
304
 
 
305
299
#include <dlfcn.h>
306
300
 
307
301
/* FreeBSD 2.2.2 does not define RTLD_NOW) */