mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
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
This commit is contained in:
parent
32dd58e04b
commit
58f3f692b9
1 changed files with 0 additions and 1 deletions
|
@ -3755,7 +3755,6 @@ restart:
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue