1. 19 Nov, 2018 5 commits
  2. 16 Nov, 2018 3 commits
    • Monty's avatar
      Max transid was not stored directly after Aria recovery · 37d6d3b6
      Monty authored
      This caused ma_test_recovery.pl to fail
      
      Other things:
      - Fixed bug where "ma_test_recovert.pl --abort-on-error" didn't abort
        on error
      37d6d3b6
    • Marko Mäkelä's avatar
      MDEV-17726: A better fix · ab812c10
      Marko Mäkelä authored
      THD::close_temporary_tables(): Revert the change.
      
      ha_innobase::delete_table(): Move the work-around inside
      a debug assertion, and check thd_kill_level() instead of thd_killed(),
      because the latter would not hold for KILL_CONNECTION.
      ab812c10
    • Varun Gupta's avatar
      MDEV-13170: Database service (MySQL) stops after update with trigger · 705abdeb
      Varun Gupta authored
      For prepare statemtent/stored procedures we rollback the items to original
      ones after prepare execution in the function reinit_stmt_before_use.
      This rollback is done for group by, order by clauses but is not done for
      the window specification containing the order by and partition by clause of the
      window function.
      705abdeb
  3. 15 Nov, 2018 8 commits
  4. 14 Nov, 2018 7 commits
  5. 13 Nov, 2018 8 commits
  6. 12 Nov, 2018 9 commits