~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/charset-def.c

Merged in Jay's tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
  for (cs=compiled_charsets; cs->name; cs++)
353
353
    add_compiled_collation(cs);
354
354
  
355
 
  return FALSE;
 
355
  return false;
356
356
}