~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/charset.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
extern MY_UNICASE_INFO *my_unicase_default[256];
339
339
extern MY_UNICASE_INFO *my_unicase_turkish[256];
340
340
extern MY_UNI_CTYPE my_uni_ctype[256];
341
 
extern MY_COLLATION_HANDLER my_collation_mb_bin_handler;
342
 
extern MY_COLLATION_HANDLER my_collation_8bit_simple_ci_handler;
343
 
extern MY_COLLATION_HANDLER my_collation_ucs2_uca_handler;
344
341
extern DRIZZLED_API charset_info_st my_charset_bin;
345
342
extern DRIZZLED_API charset_info_st my_charset_utf8mb4_bin;
346
343
extern DRIZZLED_API charset_info_st my_charset_utf8mb4_general_ci;