Loading mysys/mf_keycache.c +3 −3 Original line number Diff line number Diff line Loading @@ -1382,7 +1382,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache, /* We don't need the page in the cache: we are going to write on disk */ hash_link->requests--; unlink_hash(keycache, hash_link); return 0; DBUG_RETURN(0); } if (!(block->status & BLOCK_IN_FLUSH)) { Loading @@ -1399,7 +1399,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache, flag (see the code below that handles reading requests). */ free_block(keycache, block); return 0; DBUG_RETURN(0); } /* Wait intil the page is flushed on disk */ hash_link->requests--; Loading Loading @@ -1429,7 +1429,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache, /* Invalidate page in the block if it has not been done yet */ if (block->status) free_block(keycache, block); return 0; DBUG_RETURN(0); } if (page_status == PAGE_READ && Loading Loading
mysys/mf_keycache.c +3 −3 Original line number Diff line number Diff line Loading @@ -1382,7 +1382,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache, /* We don't need the page in the cache: we are going to write on disk */ hash_link->requests--; unlink_hash(keycache, hash_link); return 0; DBUG_RETURN(0); } if (!(block->status & BLOCK_IN_FLUSH)) { Loading @@ -1399,7 +1399,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache, flag (see the code below that handles reading requests). */ free_block(keycache, block); return 0; DBUG_RETURN(0); } /* Wait intil the page is flushed on disk */ hash_link->requests--; Loading Loading @@ -1429,7 +1429,7 @@ static BLOCK_LINK *find_key_block(KEY_CACHE *keycache, /* Invalidate page in the block if it has not been done yet */ if (block->status) free_block(keycache, block); return 0; DBUG_RETURN(0); } if (page_status == PAGE_READ && Loading