Commit 33268ef2 authored by unknown's avatar unknown

Removed incorrect clearing IN_SWITCH status. (BUG#34161)


storage/maria/ma_pagecache.c:
  Removed incorrect clearing IN_SWITCH status.
parent 7184124a
...@@ -1910,7 +1910,6 @@ static PAGECACHE_BLOCK_LINK *find_block(PAGECACHE *pagecache, ...@@ -1910,7 +1910,6 @@ static PAGECACHE_BLOCK_LINK *find_block(PAGECACHE *pagecache,
/* Resubmit the request */ /* Resubmit the request */
goto restart; goto restart;
} }
block->status&= ~PCBLOCK_IN_SWITCH;
} }
else else
{ {
......
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