~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.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:
123
123
  it is the default value which assigned at the very beginning of main().
124
124
*/
125
125
static const char *drizzle_universal_client_charset=
126
 
  MYSQL_UNIVERSAL_CLIENT_CHARSET;
 
126
  DRIZZLE_UNIVERSAL_CLIENT_CHARSET;
127
127
static char *default_charset;
128
128
static const CHARSET_INFO *charset_info= &my_charset_latin1;
129
129
const char *default_dbug_option="d:t:o,/tmp/drizzledump.trace";
762
762
        been reset yet by --default-character-set=xxx.
763
763
      */
764
764
      if (default_charset == drizzle_universal_client_charset)
765
 
        default_charset= (char*) MYSQL_DEFAULT_CHARSET_NAME;
 
765
        default_charset= (char*) DRIZZLE_DEFAULT_CHARSET_NAME;
766
766
      break;
767
767
    }
768
768
  }