1. 16 Feb, 2016 3 commits
  2. 15 Feb, 2016 16 commits
  3. 14 Feb, 2016 2 commits
  4. 12 Feb, 2016 2 commits
  5. 11 Feb, 2016 3 commits
  6. 10 Feb, 2016 2 commits
  7. 09 Feb, 2016 10 commits
  8. 08 Feb, 2016 2 commits
    • Sergei Petrunia's avatar
      MDEV-6859: scalar subqueries in a comparison produced unexpected result · b17a4350
      Sergei Petrunia authored
      When one evaluates row-based comparison like (X, Y) = (A,B), one should
      first call bring_value() for the Item that returns row value. If you
      don't do that and just attempt to read values of X and Y, you get stale
      values.
      Semi-join/Materialization can take a row-based comparison apart and
      make ref access from it. In that case, we need to call bring_value()
      to get the index lookup components.
      b17a4350
    • Sergei Golubchik's avatar
      5.5.47-37.7 · 3cfd36bb
      Sergei Golubchik authored
      3cfd36bb