~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/charset.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-24 14:41:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2447.
  • Revision ID: olafvdspek@gmail.com-20111024144140-di0wudx1ujbi4a7s
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
  uint16_t    min_sort_char;
253
253
  uint16_t    max_sort_char; /* For LIKE optimization */
254
254
  unsigned char     pad_char;
255
 
  bool   escape_with_backslash_is_dangerous;
256
255
  unsigned char     levels_for_compare;
257
256
  unsigned char     levels_for_order;
258
257