1. 03 Nov, 2020 1 commit
    • Marko Mäkelä's avatar
      MDEV-24101 innodb_random_read_ahead=ON causes hang on DDL or shutdown · 90f43d26
      Marko Mäkelä authored
      buf_read_ahead_random(): Do not leak a tablespace reference.
      The reference was already acquired in fil_space_t::get(),
      and we must only check that operations were not stopped.
      
      This error was introduced when
      commit 118e258a
      merged n_pending_ios, n_pending_ops into a single n_pending.
      
      This was not noticed earlier, because innodb_random_read_ahead
      is OFF by default and our regression tests did not vary that
      parameter at all.
      90f43d26
  2. 02 Nov, 2020 1 commit
  3. 01 Nov, 2020 1 commit
  4. 31 Oct, 2020 1 commit
  5. 30 Oct, 2020 16 commits
  6. 29 Oct, 2020 20 commits