mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Upmerge (automerge) into 5.1
This commit is contained in:
commit
1d5acddf15
1 changed files with 4 additions and 0 deletions
|
@ -1729,6 +1729,7 @@ restart:
|
|||
- block assigned but not yet read from file (invalid data).
|
||||
*/
|
||||
|
||||
#if THREAD
|
||||
if (keycache->in_resize)
|
||||
{
|
||||
/* This is a request during a resize operation */
|
||||
|
@ -1970,6 +1971,9 @@ restart:
|
|||
}
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
#else /* THREAD */
|
||||
DBUG_ASSERT(!keycache->in_resize);
|
||||
#endif
|
||||
|
||||
if (page_status == PAGE_READ &&
|
||||
(block->status & (BLOCK_IN_EVICTION | BLOCK_IN_SWITCH |
|
||||
|
|
Loading…
Reference in a new issue