~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

Merged change from Grant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    *current_host=0, *current_db=0, *fields_terminated=0,
54
54
    *lines_terminated=0, *enclosed=0, *opt_enclosed=0,
55
55
    *escaped=0, *opt_columns=0,
56
 
    *default_charset= (char*) MYSQL_DEFAULT_CHARSET_NAME;
 
56
    *default_charset= (char*) DRIZZLE_DEFAULT_CHARSET_NAME;
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;