1. 28 May, 2019 1 commit
  2. 27 May, 2019 3 commits
  3. 25 May, 2019 2 commits
  4. 24 May, 2019 1 commit
    • Marko Mäkelä's avatar
      MDEV-19584 Allocate recv_sys statically · 5d2619b6
      Marko Mäkelä authored
      There is only one InnoDB crash recovery subsystem.
      Allocating recv_sys statically removes one level of pointer indirection
      and makes code more readable, and removes the awkward initialization of
      recv_sys->dblwr.
      
      recv_sys_t::create(): Replaces recv_sys_init().
      
      recv_sys_t::debug_free(): Replaces recv_sys_debug_free().
      
      recv_sys_t::close(): Replaces recv_sys_close().
      
      recv_sys_t::add(): Replaces recv_add_to_hash_table().
      
      recv_sys_t::empty(): Replaces recv_sys_empty_hash().
      5d2619b6
  5. 22 May, 2019 5 commits
  6. 21 May, 2019 7 commits
  7. 20 May, 2019 6 commits
  8. 19 May, 2019 5 commits
  9. 18 May, 2019 7 commits
  10. 17 May, 2019 3 commits