mariadb/storage/xtradb
Alexey Kopytov 70bc0a3ef4 Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64
This is an addendum to the fix for MDEV-7026. The ARM memory model is
similar to that of PowerPC and thus needs the same semantics with
respect to memory barriers. That is, os_atomic_test_and_set_*_release()
must be a store with a release barrier followed by a full
barrier. Unlike x86 using __sync_lock_test_and_set() which is
implemented as “exclusive load with acquire barriers + exclusive store”
is insufficient in contexts where os_atomic_test_and_set_*_release()
macros are used.
2015-05-26 23:56:00 +03:00
..
btr
buf
data
dict MDEV-7672: Crash creating an InnoDB table with foreign keys 2015-03-06 11:19:23 +02:00
dyn
eval
fil
fsp
fut
ha
handler after innodb/xtradb merge: use the correct visibility for internal functions 2015-03-06 18:13:06 +01:00
ibuf MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8 2015-02-09 16:14:27 +02:00
include Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64 2015-05-26 23:56:00 +03:00
lock
log XtraDB 5.5.41-37.0 2015-02-11 20:40:56 +01:00
mach
mem
mtr
os
page
pars
que
read
rem
row XtraDB 5.5.41-37.0 2015-02-11 20:40:56 +01:00
srv
sync
trx
usr
ut
CMakeLists.txt XtraDB 5.5.41-37.0 2015-02-11 20:40:56 +01:00
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def