1. 20 Mar, 2006 1 commit
    • 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
  2. 17 Mar, 2006 1 commit
  3. 16 Mar, 2006 1 commit
  4. 13 Mar, 2006 3 commits
  5. 10 Mar, 2006 3 commits
  6. 09 Mar, 2006 1 commit
  7. 08 Mar, 2006 4 commits
  8. 06 Mar, 2006 4 commits
  9. 04 Mar, 2006 3 commits
  10. 03 Mar, 2006 3 commits
  11. 02 Mar, 2006 6 commits
  12. 01 Mar, 2006 10 commits