~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
static uint     opt_drizzle_port= 0, opt_protocol= 0;
58
58
static char * opt_drizzle_unix_port=0;
59
59
static int64_t opt_ignore_lines= -1;
60
 
static const CHARSET_INFO *charset_info= &my_charset_latin1;
 
60
static const CHARSET_INFO *charset_info= &my_charset_utf8_general_ci;
61
61
 
62
62
static struct my_option my_long_options[] =
63
63
{