1. 06 Apr, 2016 2 commits
  2. 05 Apr, 2016 1 commit
    • Sergei Petrunia's avatar
      MDEV-9848: Window functions: reuse sorting and/or scanning · 9bd194b1
      Sergei Petrunia authored
      - Rename Window_funcs_computation to Window_funcs_computation_step
      - Introduce Window_func_sort which invokes filesort and then
        invokes computation of all window functions that use this ordering.
      - Expose Window functions' sort operations in EXPLAIN|ANALYZE FORMAT=JSON
      9bd194b1
  3. 04 Apr, 2016 5 commits
  4. 01 Apr, 2016 3 commits
    • Igor Babaev's avatar
      Fix a problem in code for percent_rank(). · 162ea7c0
      Igor Babaev authored
      The problem popped up when running win_percent_cume.test
      with --ps-protocol.
      162ea7c0
    • Igor Babaev's avatar
      Fixed a problem with --ps-protocol. · 0b89c614
      Igor Babaev authored
      Window names has to be resolved only once.
      0b89c614
    • Igor Babaev's avatar
      The implementation of the template bubble_sort assumed · 2e4bd440
      Igor Babaev authored
      that the call-back comparison function returns a positive
      number when arg1 < arg2, and a negative number when arg1 > arg2.
      This is not in line with other implementation of sorting
      algorithm.
      Changed bubble_sort: now a negative result from the comparison
      function means that arg1 < arg2, and positive result means
      that arg1 > arg2.
      Changed accordingly all call-back functions that are used as
      parameters in the call of bubble_sort.
      
      Added a test case to check the proper sorting of window functions.
      2e4bd440
  5. 30 Mar, 2016 4 commits
  6. 28 Mar, 2016 10 commits
  7. 27 Mar, 2016 5 commits
  8. 25 Mar, 2016 3 commits
  9. 24 Mar, 2016 7 commits