1. 11 Jan, 2008 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #33697. · b85ffdb5
      igor@olga.mysql.com authored
      When the function test_if_skip_sort_order prefers index backward scan 
      to ref access the corresponding access functions must be set accordingly.
      b85ffdb5
  2. 08 Jan, 2008 2 commits
  3. 21 Dec, 2007 2 commits
  4. 20 Dec, 2007 6 commits
  5. 19 Dec, 2007 1 commit
  6. 18 Dec, 2007 2 commits
  7. 17 Dec, 2007 20 commits
  8. 15 Dec, 2007 5 commits
  9. 14 Dec, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #27848. · f25e30eb
      igor@olga.mysql.com authored
      In a union without braces, the order by at the end is applied to the 
      overall union. It therefore should not interfere with the individual
      select parts of the union.
      
      Fixed by changing our parser rules appropriately.
      f25e30eb