1. 24 Apr, 2018 8 commits
  2. 23 Apr, 2018 9 commits
  3. 21 Apr, 2018 3 commits
  4. 20 Apr, 2018 5 commits
  5. 19 Apr, 2018 9 commits
  6. 18 Apr, 2018 2 commits
  7. 17 Apr, 2018 2 commits
  8. 16 Apr, 2018 2 commits
    • Igor Babaev's avatar
      MDEV-14515 ifnull result depends on number of rows in joined table · 5e61e171
      Igor Babaev authored
      Any expensive WHERE condition for a table-less query with
      implicit aggregation was lost. As a result the used aggregate
      functions were calculated over a non-empty set of rows even
      in the case when the condition was false.
      5e61e171
    • Igor Babaev's avatar
      MDEV-15556 MariaDB crash with big_tables=1 and CTE · e34d3184
      Igor Babaev authored
      This bug manifested itself when the optimizer chose an execution plan with
      an access of the recursive CTE in a recursive query by key and ARIA/MYISAM
      temporary tables were used to store recursive tables.
      The problem appeared due to passing an incorrect parameter to the call of
      instantiate_tmp_table() in the function With_element::instantiate_tmp_tables().
      e34d3184