1. 17 Jan, 2006 2 commits
  2. 16 Jan, 2006 8 commits
  3. 15 Jan, 2006 2 commits
  4. 14 Jan, 2006 1 commit
  5. 13 Jan, 2006 7 commits
  6. 12 Jan, 2006 4 commits
  7. 11 Jan, 2006 1 commit
  8. 10 Jan, 2006 3 commits
  9. 09 Jan, 2006 8 commits
  10. 08 Jan, 2006 2 commits
  11. 06 Jan, 2006 1 commit
  12. 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