1. 01 Dec, 2009 1 commit
  2. 27 Nov, 2009 2 commits
  3. 25 Nov, 2009 5 commits
  4. 24 Nov, 2009 1 commit
  5. 16 Nov, 2009 1 commit
    • Michael Widenius's avatar
      Safety change to ensure read/black trees (used with heap tables) works on 64... · 815b9fed
      Michael Widenius authored
      Safety change to ensure read/black trees (used with heap tables) works on 64 bit setups where ulong <> size_t
      Don't retry test cases by default
      Fixed bug where we could (under unlikely error conditions) access not initialized variable
      
      include/my_tree.h:
        Safety change to ensure read/black trees (used with heap tables) works on 64 bit setups where ulong <> size_t
        (Pointed out by Bryan Aker)
      mysql-test/mysql-test-run.pl:
        Don't retry test cases by default
        This makes it too easy to miss failures and we have anyway to fix race conditions, not ignore them.
      mysys/tree.c:
        Safety change to ensure read/black trees (used with heap tables) works on 64 bit setups where ulong <> size_t
      sql/sql_delete.cc:
        Fixed bug where we could (under unlikely error conditions) access not initialized variable.
        (Pointed out by Bryan Aker)
      815b9fed
  6. 14 Nov, 2009 3 commits
  7. 13 Nov, 2009 3 commits
  8. 11 Nov, 2009 2 commits
  9. 10 Nov, 2009 2 commits
  10. 07 Nov, 2009 2 commits
  11. 06 Nov, 2009 2 commits
  12. 05 Nov, 2009 1 commit
  13. 03 Nov, 2009 2 commits
  14. 02 Nov, 2009 2 commits
  15. 01 Nov, 2009 3 commits
  16. 31 Oct, 2009 2 commits
  17. 30 Oct, 2009 5 commits
  18. 29 Oct, 2009 1 commit