1. Jan 30, 2020
  2. Jan 29, 2020
  3. Jan 28, 2020
  4. Jan 27, 2020
  5. Jan 25, 2020
  6. Jan 24, 2020
    • Igor Chorazewicz's avatar
      concurrent_hash_map: change implementation of runtime_initialize(bool) · 49fd49b3
      Igor Chorazewicz authored
      This patch changes implementation to be the same as before
      708bd019 (implementation of
      runtime_initialize(void) is left unchanged).
      
      The change is needed for backward compatibility with pmemkv-1.0. There, we
      called runtime_initialize(true) in a transaction after tx commit (we assumed
      there is nothing transactional in runtime_initialize). Introducing a tx
      inside new runtime_initialize() results in crash on 1.0
      49fd49b3