diff options
author | Jan Lindström <jplindst@mariadb.org> | 2014-03-21 08:39:04 +0200 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2014-03-21 08:39:04 +0200 |
commit | affe1731a117fc16c8bce1933bb51dbc568e9159 (patch) | |
tree | b4b03af8e3e16e388879c40490ad0140f406dce7 /mysql-test/r/selectivity_innodb.result | |
parent | 0e211841f2ecdff55dab4456c0ccc0cc846f3b35 (diff) | |
download | mariadb-git-affe1731a117fc16c8bce1933bb51dbc568e9159.tar.gz |
MDEV-5830: Assertion failure mutex_get_waiters(mutex) == 0 at shutdown.
Analysis: XtraDB merge regression, at the end of mutex_spin_wait before goto mutex_loop
there is missing
if (prio_mutex) {
os_atomic_decrement_ulint(&prio_mutex->high_priority_waiters, 1);
}
Hence we get unbalanced waiter count.
Thanks to Laurynas Biveinis for finding this.
Diffstat (limited to 'mysql-test/r/selectivity_innodb.result')
0 files changed, 0 insertions, 0 deletions