1. 29 Dec, 2015 6 commits
  2. 27 Dec, 2015 1 commit
    • Sergey Vojtovich's avatar
      MDEV-9128 - Compiling on IBM System Z fails · 30b2447f
      Sergey Vojtovich authored
      Provided IBM System Z have outdated compiler version, which supports gcc sync
      builtins but not gcc atomic builtins. It also has weak memory model.
      
      InnoDB attempted to verify if __sync_lock_test_and_set() is available by
      checking IB_STRONG_MEMORY_MODEL. This macro has nothing to do with availability
      of __sync_lock_test_and_set(), the right one is HAVE_ATOMIC_BUILTINS.
      30b2447f
  3. 24 Dec, 2015 1 commit
  4. 23 Dec, 2015 6 commits
  5. 22 Dec, 2015 9 commits
  6. 21 Dec, 2015 15 commits
  7. 20 Dec, 2015 1 commit
  8. 19 Dec, 2015 1 commit