1. 10 Dec, 2009 1 commit
  2. 01 Dec, 2009 2 commits
  3. 27 Nov, 2009 2 commits
  4. 26 Nov, 2009 1 commit
  5. 25 Nov, 2009 7 commits
  6. 24 Nov, 2009 1 commit
  7. 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
  8. 14 Nov, 2009 3 commits
  9. 13 Nov, 2009 3 commits
  10. 11 Nov, 2009 2 commits
  11. 10 Nov, 2009 2 commits
  12. 07 Nov, 2009 3 commits
  13. 06 Nov, 2009 2 commits
  14. 05 Nov, 2009 1 commit
  15. 03 Nov, 2009 2 commits
  16. 02 Nov, 2009 2 commits
  17. 01 Nov, 2009 3 commits
  18. 31 Oct, 2009 2 commits