diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-08-18 14:00:40 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-08-23 21:24:36 +0300 |
commit | ed99e2cdd3928c03ed090ce3adcd3bcb698e91fa (patch) | |
tree | 84ab6480f12cf28368ee1025f026115a71a52197 /cmake | |
parent | 4eb898bb1663ab470a07e8419de4aa14b5afc667 (diff) | |
download | mariadb-git-ed99e2cdd3928c03ed090ce3adcd3bcb698e91fa.tar.gz |
MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_func
Followup from 5.5 patch. Removing memory barriers on intel is wrong as
this doesn't prevent the compiler and/or processor from reorganizing reads
before the mutex release. Forcing a memory barrier before reading the waiters will
guarantee that no speculative reading takes place.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions