~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/test_charset.c

  • Committer: Stewart Smith
  • Date: 2008-09-15 07:13:59 UTC
  • mfrom: (383.1.21 drizzle)
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080915071359-f8bznznyaiqrtqxa
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
 
56
56
int main(int argc, char **argv) {
57
 
  const char *the_set = MYSQL_CHARSET;
 
57
  const char *the_set = DRIZZLE_CHARSET;
58
58
  char *cs_list;
59
59
  int argcnt = 1;
60
60
  CHARSET_INFO *cs;