1. 16 Jul, 2019 2 commits
  2. 15 Jul, 2019 1 commit
    • Teemu Ollakka's avatar
      Wsrep crash caused by COM_CHANGE_USER, COM_RESET_CONNECTION (#1358) · 61cc9327
      Teemu Ollakka authored
      COM_CHANGE_USER and COM_RESET_CONNECTION commands cause
      THD::cleanup() to be called in the middle of command handling.
      This causes wsrep client_state sanity checks to fail.
      
      As a fix, temporarily close wsrep client_state before THD::change_user()
      is called when handling COM_CHANGE_USER and COM_RESET_CONNECTION,
      and restore the state after THD::change_user() returns.
      
      This commit also updates wsrep-lib to version which removes
      exception usage in wsrep client_state sanity checks.
      61cc9327
  3. 10 Jul, 2019 1 commit
  4. 09 Jul, 2019 1 commit
  5. 08 Jul, 2019 4 commits
  6. 06 Jul, 2019 3 commits
  7. 05 Jul, 2019 3 commits
  8. 04 Jul, 2019 1 commit
    • Eugene Kosov's avatar
      MDEV-19951 use override keyword across the InnoDB · 23c12ed5
      Eugene Kosov authored
      Use on every virtual function override.
      
      ha_innobase: mark a final
      
      ha_innobase::bas_ext(): remove as unused
      
      ha_innobase::get_cascade_foreign_key_table_list: remove as unused
      
      ha_innobase::end_stmt(): merge into ha_innobase::reset()
      23c12ed5
  9. 03 Jul, 2019 1 commit
  10. 02 Jul, 2019 23 commits