1. 10 Oct, 2008 1 commit
    • Mattias Jonsson's avatar
      Bug#37721: ORDER BY when WHERE contains non-partitioned · 44630e09
      Mattias Jonsson authored
      index column
      
      There was actually two problems
      1) when clustered pk, order by non pk index should also
      compare with pk as last resort to differ keys from each
      other
      2) bug in the index search handling in ha_partition (was
      found when extending the test case
      
      Solution to 1 was to include the pk in key compare if
      clustered pk and search on other index.
      
      Solution for 2 was to remove the optimization from
      ordered scan to unordered scan if clustered pk.
      44630e09
  2. 08 Oct, 2008 1 commit
  3. 07 Oct, 2008 10 commits
  4. 06 Oct, 2008 19 commits
  5. 04 Oct, 2008 2 commits
  6. 03 Oct, 2008 7 commits