1. 02 Aug, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug#28404. · cf394292
      igor@olga.mysql.com authored
      This patch adds cost estimation for the queries with ORDER BY / GROUP BY
      and LIMIT. 
      If there was a ref/range access to the table whose rows were required
      to be ordered in the result set the optimizer always employed this access
      though a scan by a different index that was compatible with the required 
      order could be cheaper to produce the first L rows of the result set.
      Now for such queries the optimizer makes a choice between the cheapest
      ref/range accesses not compatible with the given order and index scans
      compatible with it.
      cf394292
  2. 27 Jul, 2007 10 commits
  3. 26 Jul, 2007 8 commits
  4. 25 Jul, 2007 5 commits
  5. 24 Jul, 2007 6 commits
  6. 23 Jul, 2007 5 commits
  7. 22 Jul, 2007 5 commits