1. 19 Nov, 2009 5 commits
  2. 17 Nov, 2009 1 commit
  3. 16 Nov, 2009 2 commits
  4. 12 Nov, 2009 1 commit
  5. 11 Nov, 2009 1 commit
  6. 04 Nov, 2009 2 commits
    • Bjorn Munch's avatar
      merge 48209 · bc061b58
      Bjorn Munch authored
      bc061b58
    • Bjorn Munch's avatar
      Bug #47663 mtr --parallel has weird output · cf28ccbb
      Bjorn Munch authored
      Some output is written, some is not
      Finally concluded it's a Perl bug: after running with parallel threads
        for a while, print suddenly ignores all but the first argument.
      Workaround: concatenate all the arguments into one, except in output that
        only comes before we start running tests
      cf28ccbb
  7. 26 Oct, 2009 1 commit
  8. 23 Oct, 2009 1 commit
  9. 20 Oct, 2009 1 commit
  10. 19 Oct, 2009 2 commits
  11. 18 Oct, 2009 1 commit
  12. 17 Oct, 2009 1 commit
  13. 16 Oct, 2009 10 commits
  14. 15 Oct, 2009 8 commits
  15. 14 Oct, 2009 3 commits
    • Jorgen Loland's avatar
      merge · d9ea1943
      Jorgen Loland authored
      d9ea1943
    • Jorgen Loland's avatar
      Followup patch for BUG#47280 · 08965b75
      Jorgen Loland authored
      Temporary tables may set join->group to 0 even though there is 
      grouping. Also need to test if sum_func_count>0 when JOIN::exec() 
      decides whether to present results in a grouped manner.
      
      sql/sql_select.cc:
        Temporary tables may set join->group to 0 even though there is 
        grouping. Also need to test if sum_func_count>0 when JOIN::exec() 
        decides whether to present results in a grouped manner.
      08965b75
    • Georgi Kodinov's avatar
      merge · d7f8581c
      Georgi Kodinov authored
      d7f8581c