1. 13 Jan, 2006 1 commit
  2. 11 Jan, 2006 1 commit
  3. 10 Jan, 2006 1 commit
  4. 09 Jan, 2006 6 commits
  5. 08 Jan, 2006 1 commit
  6. 04 Jan, 2006 1 commit
    • konstantin@mysql.com's avatar
      A fix for Bug#7209 "Client error with "Access Denied" on updates · f7d6fa6f
      konstantin@mysql.com authored
      when high concurrency": remove HASH::current_record and make it
      an external search parameter, so that it can not be the cause of a 
      race condition under high concurrent load.
      The bug was in a race condition in table_hash_search,
      when column_priv_hash.current_record was overwritten simultaneously
      by multiple threads, causing the search for a suitable grant record
      to fail.
      No test case as the bug is repeatable only under concurrent load.
      f7d6fa6f
  7. 31 Dec, 2005 1 commit
  8. 29 Dec, 2005 1 commit
  9. 28 Dec, 2005 2 commits
  10. 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
  11. 23 Dec, 2005 1 commit
  12. 21 Dec, 2005 1 commit
  13. 20 Dec, 2005 2 commits
  14. 19 Dec, 2005 2 commits
  15. 18 Dec, 2005 5 commits
  16. 17 Dec, 2005 1 commit
  17. 15 Dec, 2005 3 commits
  18. 14 Dec, 2005 4 commits
  19. 13 Dec, 2005 3 commits