1. 27 Dec, 2019 5 commits
  2. 26 Dec, 2019 1 commit
    • Varun Gupta's avatar
      MDEV-21318: Wrong results with window functions and implicit grouping · 891609b5
      Varun Gupta authored
      The issue here is for degenerate joins we should execute the window
      function but it is not getting executed in all the cases.
      
      To get the window function values window function needs to be executed
      always. This currently does not happen in few cases
      where the join would return 0 or 1 row like
        1) IMPOSSIBLE WHERE
        2) MIN/MAX optimization
        3) EMPTY CONST TABLE
      
      The fix is to make sure that window functions get executed
      and the temporary table is setup for the execution of window functions
      891609b5
  3. 25 Dec, 2019 2 commits
  4. 24 Dec, 2019 3 commits
  5. 23 Dec, 2019 7 commits
  6. 21 Dec, 2019 2 commits
  7. 20 Dec, 2019 4 commits
  8. 19 Dec, 2019 1 commit
  9. 18 Dec, 2019 8 commits
  10. 17 Dec, 2019 3 commits
  11. 16 Dec, 2019 4 commits