1. 14 Jan, 2016 1 commit
  2. 12 Jan, 2016 1 commit
  3. 11 Jan, 2016 1 commit
  4. 30 Dec, 2015 2 commits
  5. 29 Dec, 2015 12 commits
  6. 28 Dec, 2015 1 commit
  7. 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
  8. 26 Dec, 2015 2 commits
  9. 24 Dec, 2015 3 commits
  10. 23 Dec, 2015 8 commits
  11. 22 Dec, 2015 8 commits