1. 11 Oct, 2006 1 commit
    • istruewing@chilla.local's avatar
      Bug#12240 - Rows Examined in Slow Log showing incorrect number? · 296d64db
      istruewing@chilla.local authored
      Examined rows are counted for every join part. The per-join-part
      counter was incremented over all iterations. The result variable
      was replaced at the end of every iteration. The final result was
      the number of examined rows by the join part that ended its
      execution as the last one. The numbers of other join parts was
      lost.
      
      Now we reset the per-join-part counter before every iteration and
      add it to the result variable at the end of the iteration. That
      way we get the sum of all iterations of all join parts.
      
      No test case. Testing this needs a look into the slow query log.
      I don't know of a way to do this portably with the test suite.
      296d64db
  2. 06 Oct, 2006 4 commits
  3. 05 Oct, 2006 2 commits
  4. 02 Oct, 2006 2 commits
  5. 29 Sep, 2006 3 commits
  6. 28 Sep, 2006 6 commits
  7. 27 Sep, 2006 6 commits
  8. 25 Sep, 2006 3 commits
  9. 24 Sep, 2006 1 commit
  10. 23 Sep, 2006 3 commits
  11. 22 Sep, 2006 3 commits
  12. 21 Sep, 2006 2 commits
  13. 20 Sep, 2006 3 commits
  14. 19 Sep, 2006 1 commit