1. 24 Nov, 2010 2 commits
  2. 23 Nov, 2010 1 commit
  3. 17 Nov, 2010 1 commit
  4. 15 Nov, 2010 1 commit
  5. 14 Nov, 2010 1 commit
  6. 05 Nov, 2010 1 commit
    • Bjorn Munch's avatar
      Bug #57840 MTR: parallel execution breaks with smart ordering of test cases · 866cec61
      Bjorn Munch authored
      There were actually more problems in this area:
        Slaves (if any) were unconditionally restarted, this appears unnecessary.
        Sort criteria were suboptimal, included the test name.
      Added logic to "reserve" a sequence of tests with same config for one thread
      Got rid of sort_criteria hash, put it into the test case itself
      Adds little sanity check that expected worker picks up test
      Fixed some tests that may fail if starting on running server
      Some of these fail only if *same* test is repeated.
      Finally, special sorting of tests that do --force-restart
      866cec61
  7. 21 Oct, 2010 1 commit
  8. 20 Oct, 2010 4 commits
  9. 19 Oct, 2010 3 commits
  10. 07 Oct, 2010 1 commit
  11. 01 Oct, 2010 1 commit
  12. 30 Sep, 2010 2 commits
  13. 29 Sep, 2010 1 commit
  14. 28 Sep, 2010 2 commits
  15. 22 Sep, 2010 1 commit
  16. 21 Sep, 2010 1 commit
  17. 20 Sep, 2010 1 commit
  18. 15 Sep, 2010 1 commit
  19. 14 Sep, 2010 1 commit
  20. 13 Sep, 2010 1 commit
  21. 10 Sep, 2010 2 commits
  22. 09 Sep, 2010 1 commit
    • Ramil Kalimullin's avatar
      Fix for bug#56679: gis.test: valgrind error · 762c7ca4
      Ramil Kalimullin authored
      Item_func_spatial_collection::fix_length_and_dec()
      changed to use argument's print() method to print
      the ER_ILLEGAL_VALUE_FOR_TYPE error.
      
      
      mysql-test/r/gis.result:
        Fix for bug#56679: gis.test: valgrind error
          - test result adjusted.
      sql/item_geofunc.h:
        Fix for bug#56679: gis.test: valgrind error
          - use argument's print() method instead of improper val_str()
        call in the Item_func_spatial_collection::fix_length_and_dec(), as
        it's applicable only for constant items.
      762c7ca4
  23. 07 Sep, 2010 4 commits
  24. 02 Sep, 2010 1 commit
  25. 31 Aug, 2010 1 commit
  26. 30 Aug, 2010 2 commits
  27. 26 Aug, 2010 1 commit