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 @@ restart:
/* Resubmit the request */
goto restart;
}
block->status&= ~PCBLOCK_IN_SWITCH;
}
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