1. 07 Oct, 2017 4 commits
  2. 05 Oct, 2017 2 commits
  3. 02 Oct, 2017 4 commits
  4. 29 Sep, 2017 1 commit
  5. 28 Sep, 2017 1 commit
  6. 27 Sep, 2017 6 commits
  7. 25 Sep, 2017 3 commits
  8. 24 Sep, 2017 3 commits
  9. 23 Sep, 2017 1 commit
  10. 22 Sep, 2017 4 commits
  11. 21 Sep, 2017 10 commits
  12. 20 Sep, 2017 1 commit
    • Sergei Golubchik's avatar
      MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK &&... · 378beed0
      Sergei Golubchik authored
      MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' or `! is_set()' failed
      
      followup for 97c2a735 - don't use thd->is_error(),
      the error could've been set before TABLE_LIST::cleanup_items.
      Use the error handler to count errors.
      
      This fixes rpl.rpl_row_binlog_max_cache_size - it was failing when
      ER_STMT_CACHE_FULL happened duing multi-table update. Because
      multi_update::abort_result_set() calls do_updates() to update
      as much as possible, so one cannot rely on thd->is_error() after that.
      378beed0