Commit 58f3f692 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

MDEV-22746: Assertion `(&(&pagecache->cache_lock)->m_mutex)->count > 0 &&...

MDEV-22746: Assertion `(&(&pagecache->cache_lock)->m_mutex)->count > 0 && pthread_equal(pthread_self(), (&(&pagecache->cache_lock)->m_mutex)->thread)' failed in dec_counter_for_resize_op

Removed second attempt to decrease counter
parent 32dd58e0
......@@ -3755,7 +3755,6 @@ uchar *pagecache_read(PAGECACHE *pagecache,
unreg_request(pagecache, block, 1);
dec_counter_for_resize_op(pagecache);
pagecache_pthread_mutex_unlock(&pagecache->cache_lock);
dec_counter_for_resize_op(pagecache);
DBUG_PRINT("info", ("restarting..."));
goto restart;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment