~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Monty Taylor
  • Date: 2008-09-13 20:24:20 UTC
  • mfrom: (383.1.35 drizzle)
  • Revision ID: monty@inaugust.com-20080913202420-lkj76ewbabl8ljvp
MergedĀ fromĀ trunk.

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
{