1. 17 Nov, 2021 1 commit
  2. 11 Nov, 2021 4 commits
  3. 10 Nov, 2021 1 commit
    • Thirunarayanan Balathandayuthapani's avatar
      MDEV-26121 [Note] InnoDB: Resetting invalid page · 3480c3f9
      Thirunarayanan Balathandayuthapani authored
      In dict_index_t::clear(), InnoDB frees all the page except root page.
      root page leaf segment has reset and does reinitialize again.
      t in fseg_create(), we do have the assumption that only
      FIL_PAGE_TYPE_TRX_SYS or FIL_PAGE_TYPE_TRX_SYS page should
      be re-created for non-full-crc32 format. This assumption is wrong
      in case of rollback of bulk insert operation.
      3480c3f9
  4. 09 Nov, 2021 14 commits
  5. 08 Nov, 2021 15 commits
  6. 06 Nov, 2021 1 commit
    • Thirunarayanan Balathandayuthapani's avatar
      MDEV-26956 LeakSanitizer/Valgrind errors in... · 8c9cc2fb
      Thirunarayanan Balathandayuthapani authored
      MDEV-26956 LeakSanitizer/Valgrind errors in trx_mod_table_time_t::start_bulk_insert upon adding system versioning
      
       InnoDB fails to apply buffered insert operation for
      'mysql/transaction_registry' table during system versioning DDL.
      To avoid this, DDL calls extra(HA_EXTRA_IGNORE_INSERT) to
      inform the InnoDB for applying the buffered insert operation.
      8c9cc2fb
  7. 05 Nov, 2021 4 commits