• 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
mysql-test-run.pl 155 KB