~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

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;