1. 27 Dec, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug#14583 · d91cbf34
      evgen@moonbone.local authored
      When InnoDB compares varchar field in ucs2 with given key using bin collation,
      it calls my_strnncollsp_ucs2_bin() to perform comparison.
      Because field length was lesser than length of key field should be padded
      with trailing spaces in order to get correct result. 
      Because  my_strnncollsp_ucs2_bin() was calling my_strnncollp_ucs2_bin(), which
      doesn't pads field, wrong comparison result was returned. This results in
      wrong result set.
      
      my_strnncollsp_ucs2_bin() now compares fields like my_strnncollsp_ucs2 do,
      but using binary collation.
      d91cbf34
  2. 23 Dec, 2005 1 commit
  3. 21 Dec, 2005 1 commit
  4. 20 Dec, 2005 2 commits
  5. 19 Dec, 2005 2 commits
  6. 18 Dec, 2005 5 commits
  7. 17 Dec, 2005 1 commit
  8. 15 Dec, 2005 3 commits
  9. 14 Dec, 2005 4 commits
  10. 13 Dec, 2005 5 commits
  11. 12 Dec, 2005 6 commits
  12. 11 Dec, 2005 1 commit
  13. 09 Dec, 2005 1 commit
  14. 08 Dec, 2005 4 commits
  15. 07 Dec, 2005 3 commits