~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/charset.c

  • Committer: Monty Taylor
  • Date: 2008-10-16 20:02:16 UTC
  • mfrom: (511.1.9 codestyle)
  • Revision ID: monty@inaugust.com-20081016200216-dvp7f7xx6k5wppkl
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
}
117
117
 
118
118
 
119
 
#define MY_MAX_ALLOWED_BUF 1024*1024
120
119
#define MY_CHARSET_INDEX "Index.xml"
121
120
 
122
121
const char *charsets_dir= NULL;