1. 28 Apr, 2016 1 commit
    • Monty's avatar
      Cleanups · fabeab78
      Monty authored
      - Avoid some realloc() during startup
      - Ensure that file_key_management_plugin frees it's memory early, even if
        it's linked statically.
      - Fixed compiler warnings from unused variables and missing destructors
      - Fixed wrong indentation
      fabeab78
  2. 26 Apr, 2016 1 commit
  3. 20 Apr, 2016 2 commits
    • Igor Babaev's avatar
      7db337e3
    • Igor Babaev's avatar
      Fixed bug mdev-9937. · 3b6a64c2
      Igor Babaev authored
      When the specification of a WITH table referred to a view
      that used a based table with the same name as the WITH table
      the server went into an infinite loop because it erroneously
      resolved the reference to the base table as the reference to
      the WITH table.
      
      With tables used in a view cannot be searched for beyond the
      scope the view.
      3b6a64c2
  4. 19 Apr, 2016 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-9931. · 308cee54
      Igor Babaev authored
      When the specification of a WITH table referred to a view
      that used a based table with the same name as the WITH table
      the server went into an infinite loop because it erroneously
      resolved the reference to the base table as the reference to
      the WITH table.
      
      With tables used in a view cannot be searched for beyond the
      scope the view.
      308cee54
  5. 17 Apr, 2016 1 commit
  6. 16 Apr, 2016 2 commits
  7. 15 Apr, 2016 2 commits
  8. 14 Apr, 2016 2 commits
  9. 13 Apr, 2016 2 commits
    • Vicențiu Ciorbaru's avatar
      Make ntile use args[0] for it's argument. · 31fb045c
      Vicențiu Ciorbaru authored
      Don't hold a separate pointer as args[0] changes during fix_fields /
      split_sum_func.
      31fb045c
    • Vicențiu Ciorbaru's avatar
      Fix another bug in dense_rank. · 3dd08a11
      Vicențiu Ciorbaru authored
      When ordering by a column and partitioning by another, we must reset the
      peer_tracker for dense_rank, regardless if the value for the order
      column changes or not.
      
      Example:
      select a, b, dense_rank() over (partition by b order by a)
      a  |  b  |  dense_rank
      ----------------------
      1  | p1  |           1
      2  | p1  |           2
      2  | p2  |           1   // Here, without this fix we returned 0.
      2  | p2  |           2   // And 1 here.
      3dd08a11
  10. 11 Apr, 2016 4 commits
  11. 10 Apr, 2016 4 commits
  12. 09 Apr, 2016 1 commit
  13. 08 Apr, 2016 5 commits
  14. 07 Apr, 2016 6 commits
  15. 06 Apr, 2016 6 commits