~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlecheck.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:
42
42
static int my_end_arg;
43
43
static char * opt_mysql_unix_port = 0;
44
44
static char *opt_password = 0, *current_user = 0,
45
 
      *default_charset = (char *)MYSQL_DEFAULT_CHARSET_NAME,
 
45
      *default_charset = (char *)DRIZZLE_DEFAULT_CHARSET_NAME,
46
46
      *current_host = 0;
47
47
static int first_error = 0;
48
48
vector<string> tables4repair;