~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.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:
168
168
static int connect_flag=CLIENT_INTERACTIVE;
169
169
static char *current_host,*current_db,*current_user=0,*opt_password=0,
170
170
  *delimiter_str= 0,* current_prompt= 0,
171
 
  *default_charset= (char*) MYSQL_DEFAULT_CHARSET_NAME;
 
171
  *default_charset= (char*) DRIZZLE_DEFAULT_CHARSET_NAME;
172
172
static char *histfile;
173
173
static char *histfile_tmp;
174
174
static string *glob_buffer;