1. 10 Aug, 2016 11 commits
  2. 09 Aug, 2016 2 commits
  3. 08 Aug, 2016 5 commits
  4. 07 Aug, 2016 1 commit
  5. 04 Aug, 2016 3 commits
  6. 03 Aug, 2016 13 commits
  7. 02 Aug, 2016 1 commit
  8. 30 Jul, 2016 2 commits
  9. 26 Jul, 2016 1 commit
    • Sergei Petrunia's avatar
      MDEV-10228: Delete missing rows with OR conditions · 15ef38d2
      Sergei Petrunia authored
      Fix get_quick_keys(): When building range tree from a condition
      in form
      
        keypart1=const AND (keypart2 < 0 OR keypart2>=0)
      
      the SEL_ARG for keypart2 represents an interval (-inf, +inf).
      However, the logic that sets UNIQUE_RANGE flag fails to recognize
      this, and sets UNIQUE_RANGE flag if (keypart1, keypart2) covered
      a unique key.
      As a result, range access executor assumes the interval can have
      at most one row and only reads the first row from it.
      15ef38d2
  10. 21 Jul, 2016 1 commit