1. 23 Mar, 2006 1 commit
  2. 20 Mar, 2006 2 commits
    • bar@mysql.com's avatar
      Bug#17374: select ... like 'A%' operator fails to find value on columuns with key · da8a68b4
      bar@mysql.com authored
      Fixed that LIKE worked case insensitively for latin2_czech_cs,
      which was wrong for a case sensitive collation.
      da8a68b4
    • bar@mysql.com's avatar
      Bug#18004 Connecting crashes server when default charset is UCS2 · 33e446b3
      bar@mysql.com authored
      table.cc:
        Fixing to use system_charset_info instead of default_charset_info.
        Crash happened because the "ctype" array is empty in UCS2,
        and thus cannot be used with my_isspace().
        The reason why UCS2 appeared in this context was because of
        of default_charset_info variable incorrectly substituted to my_isspace().
        As functions check_db_name(), check_table_name() and check_column_name()
        always get values in utf8, system_charset_info must be used instead.
      ctype_ucs2_def.test, ctype_ucs2_def-master.opt, ctype_ucs2_def.result:
        new file
      33e446b3
  3. 17 Mar, 2006 1 commit
  4. 16 Mar, 2006 1 commit
  5. 13 Mar, 2006 3 commits
  6. 10 Mar, 2006 3 commits
  7. 09 Mar, 2006 1 commit
  8. 08 Mar, 2006 4 commits
  9. 06 Mar, 2006 4 commits
  10. 04 Mar, 2006 3 commits
  11. 03 Mar, 2006 3 commits
  12. 02 Mar, 2006 6 commits
  13. 01 Mar, 2006 8 commits