~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/charset-def.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#endif /* HAVE_CHARSET_utf8mb4 */
45
45
 
46
46
 
47
 
bool init_compiled_charsets(myf)
 
47
bool init_compiled_charsets(myf flags __attribute__((unused)))
48
48
{
49
49
  CHARSET_INFO *cs;
50
50
 
79
79
  /* Copy compiled charsets */
80
80
  for (cs=compiled_charsets; cs->name; cs++)
81
81
    add_compiled_collation(cs);
82
 
 
 
82
  
83
83
  return false;
84
84
}