1. 09 Oct, 2006 2 commits
    • gkodinov/kgeorge@macbook.local's avatar
      Merge bk-internal:/home/bk/mysql-5.0-opt · 5367793e
      gkodinov/kgeorge@macbook.local authored
      into  macbook.local:/Users/kgeorge/mysql/work/B22781-5.0-opt
      5367793e
    • gkodinov/kgeorge@macbook.local's avatar
      Bug #22781: SQL_BIG_RESULT fails to influence sort plan · 13633864
      gkodinov/kgeorge@macbook.local authored
       Currently SQL_BIG_RESULT is checked only at compile time.
       However, additional optimizations may take place after
       this check that change the sort method from 'filesort'
       to sorting via index. As a result the actual plan
       executed is not the one specified by the SQL_BIG_RESULT
       hint. Similarly, there is no such test when executing
       EXPLAIN, resulting in incorrect output.
       The patch corrects the problem by testing for
       SQL_BIG_RESULT both during the explain and execution
       phases.
      13633864
  2. 01 Oct, 2006 3 commits
  3. 29 Sep, 2006 7 commits
  4. 28 Sep, 2006 7 commits
  5. 27 Sep, 2006 7 commits
  6. 26 Sep, 2006 1 commit
  7. 25 Sep, 2006 7 commits
  8. 24 Sep, 2006 2 commits
  9. 23 Sep, 2006 4 commits