1. 11 Apr, 2016 3 commits
  2. 10 Apr, 2016 4 commits
  3. 09 Apr, 2016 1 commit
  4. 08 Apr, 2016 2 commits
    • Sergei Petrunia's avatar
      Make the testcase deterministic · e292ea87
      Sergei Petrunia authored
      e292ea87
    • Sergei Petrunia's avatar
      Window functions: make "ORDER BY window_func" work · cb002d34
      Sergei Petrunia authored
      - When window functions are present, JOIN::simple_order should be set
        to FALSE. (Otherwise, the optimizer may attempt to do a "pre-sorting"
        on the first join_tab. Which can work in some cases, but generally
        isn't)
      
      - filesort tries to only read table fields that it requires. Window
        function requires its temp.table field.  In order to pass this info
        to filesort, added an implementation of Item_window_func::
        register_field_in_read_map.
      cb002d34
  5. 06 Apr, 2016 10 commits
  6. 05 Apr, 2016 6 commits
  7. 04 Apr, 2016 6 commits
  8. 01 Apr, 2016 5 commits
  9. 31 Mar, 2016 3 commits