diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2016-09-13 23:35:20 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2016-10-17 18:35:48 +0400 |
commit | d055e28f61ef44f2fdbd139edcaf191c96d14e68 (patch) | |
tree | 883cdadf012b7d62f29c44a18e4dcd573b359f80 /storage/innobase/include/ut0mutex.h | |
parent | cc49f00994aa9fc4698d1ca88414e533258b5cf3 (diff) | |
download | mariadb-git-d055e28f61ef44f2fdbd139edcaf191c96d14e68.tar.gz |
MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexes
Simplified InnoDB mutex implementations, corrected memory barriers usage, use
server atomic builtins.
Diffstat (limited to 'storage/innobase/include/ut0mutex.h')
-rw-r--r-- | storage/innobase/include/ut0mutex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/ut0mutex.h b/storage/innobase/include/ut0mutex.h index 2614e26c7a2..7622948cdc6 100644 --- a/storage/innobase/include/ut0mutex.h +++ b/storage/innobase/include/ut0mutex.h @@ -97,8 +97,6 @@ typedef BlockSyncArrayMutex ib_bpmutex_t; #error "ib_mutex_t type is unknown" #endif /* MUTEX_FUTEX */ -#include "ut0mutex.ic" - extern ulong srv_spin_wait_delay; extern ulong srv_n_spin_wait_rounds; |