Commit 3bc6e0ea authored by Marko Mäkelä's avatar Marko Mäkelä

Merge bb-10.5-release into 10.5

parents 133b4b46 90f43d26
[read-ahead]
--innodb-random-read-ahead=ON
[normal]
--innodb-random-read-ahead=OFF
......@@ -431,7 +431,7 @@ buf_read_ahead_random(const page_id_t page_id, ulint zip_size, bool ibuf)
return 0;
read_ahead:
if (!space->acquire_if_not_stopped())
if (space->is_stopping())
goto no_read_ahead;
/* Read all the suitable blocks within the area */
......
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