Commit 11d4eb35 authored by Joerg Bruehe's avatar Joerg Bruehe

Merge the Windows compile fix into the push tree.

parents 1cd95b6a 9ceeabd9
...@@ -1742,7 +1742,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache, ...@@ -1742,7 +1742,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache,
- block assigned but not yet read from file (invalid data). - block assigned but not yet read from file (invalid data).
*/ */
#if THREAD #ifdef THREAD
if (keycache->in_resize) if (keycache->in_resize)
{ {
/* This is a request during a resize operation */ /* This is a request during a resize operation */
......
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