summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2016-08-18 14:00:40 +0300
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2016-08-23 21:24:36 +0300
commited99e2cdd3928c03ed090ce3adcd3bcb698e91fa (patch)
tree84ab6480f12cf28368ee1025f026115a71a52197 /cmake
parent4eb898bb1663ab470a07e8419de4aa14b5afc667 (diff)
downloadmariadb-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