1. 20 Nov, 2007 1 commit
    • sergefp@mysql.com's avatar
      BUG#30573: Ordered range scan over partitioned tables returns some rows twice · f3cd35b9
      sergefp@mysql.com authored
      The problem: ha_partition::read_range_first() could return a record that is 
      outside of the scanned range. If that record happened to be in the next 
      subsequent range, it would satisfy the WHERE and appear in the output twice.
      (we would get it the second time when scanning the next subsequent range)
      
      Fix: 
      Made ha_partition::read_range_first() check if the returned recod is within
      the scanned range, like other read_range_first() implementations do.
      f3cd35b9
  2. 19 Nov, 2007 6 commits
  3. 18 Nov, 2007 1 commit
  4. 17 Nov, 2007 10 commits
  5. 16 Nov, 2007 9 commits
  6. 15 Nov, 2007 7 commits
  7. 14 Nov, 2007 6 commits