mariadb/storage
Sergey Vojtovich edf6354bd6 MDEV-9128 - Compiling on IBM System Z fails
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.
2015-11-23 13:40:38 +04:00
..
archive Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
blackhole MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
cassandra Fixed failing tests and compiler warnings 2015-08-18 11:18:58 +03:00
connect Post-merge fixes for Connect engine 2015-11-19 21:23:35 +01:00
csv MDEV-8682 - CSV engine does not properly process "", in quotes 2015-09-28 12:04:26 +04:00
example 5.5.40+ merge 2014-10-09 10:30:11 +02:00
federated Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
federatedx Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
heap Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
innobase MDEV-9128 - Compiling on IBM System Z fails 2015-11-23 13:40:38 +04:00
maria Don't delete non existing .TMD and .OLD files for Aria internal temporary tables 2015-11-10 13:47:28 +02:00
mroonga Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
myisam add missing DBUG_RETURN-s 2015-11-16 07:55:55 +01:00
myisammrg Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
oqgraph cmake: don't repeat yourself 2015-09-04 10:32:02 +02:00
perfschema Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
sequence MDEV-9039 Can't upgrade MariaDB to to 10.1.8 version from 10.0.21 2015-11-16 07:55:55 +01:00
sphinx Stage 2 of MDEV-6152: 2015-08-21 10:40:51 +04:00
spider Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
test_sql_discovery MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
tokudb fix tokudb compilation with bundled zlib 2015-11-19 16:39:40 +01:00
xtradb Merge branch 'connect/10.1' into 10.1 2015-11-19 18:09:06 +01:00