~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Removed more of the charset support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include <libdrizzle/errmsg.h>
42
42
#include <locale.h>
43
43
 
44
 
#define mysqld_charset &my_charset_latin1
 
44
#define mysqld_charset &my_charset_utf8_general_ci
45
45
 
46
46
#ifdef HAVE_purify
47
47
#define IF_PURIFY(A,B) (A)