1. 16 Jan, 2006 1 commit
    • gvb@phoenix.(none)'s avatar
      date_formats.test: · 8c69d6ab
      gvb@phoenix.(none) authored
        fix for bug #15828 after review
        doing val_str now before testing of null value secures the function for null values returned by dynamic functions - the fix before was incomplete andy covered constant null values
      8c69d6ab
  2. 14 Jan, 2006 2 commits
  3. 13 Jan, 2006 5 commits
  4. 12 Jan, 2006 4 commits
  5. 11 Jan, 2006 1 commit
  6. 10 Jan, 2006 3 commits
  7. 09 Jan, 2006 8 commits
  8. 08 Jan, 2006 2 commits
  9. 06 Jan, 2006 1 commit
  10. 04 Jan, 2006 2 commits
  11. 31 Dec, 2005 1 commit
  12. 29 Dec, 2005 1 commit
  13. 28 Dec, 2005 2 commits
  14. 27 Dec, 2005 3 commits
    • 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
    • ingo@mysql.com's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 44ef4989
      ingo@mysql.com authored
      into  mysql.com:/home/mydev/mysql-4.1-bug5390
      44ef4989
    • ingo@mysql.com's avatar
      Merge mysql.com:/home/mydev/mysql-4.0 · 9014fef4
      ingo@mysql.com authored
      into  mysql.com:/home/mydev/mysql-4.0-bug5390
      9014fef4
  15. 23 Dec, 2005 1 commit
  16. 21 Dec, 2005 2 commits
  17. 20 Dec, 2005 1 commit