~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

Much closer toward UTF8 being around all the time...

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
static struct st_test_file* file_stack_end;
134
134
 
135
135
 
136
 
static const CHARSET_INFO *charset_info= &my_charset_latin1; /* Default charset */
 
136
static const CHARSET_INFO *charset_info= &my_charset_utf8_general_ci; /* Default charset */
137
137
 
138
138
static int embedded_server_arg_count=0;
139
139
static char *embedded_server_args[MAX_EMBEDDED_SERVER_ARGS];