Merge bb-10.5-release into 10.5
This commit is contained in:
commit
3bc6e0ea66
5
mysql-test/suite/innodb/t/foreign_key.combinations
Normal file
5
mysql-test/suite/innodb/t/foreign_key.combinations
Normal file
@ -0,0 +1,5 @@
|
||||
[read-ahead]
|
||||
--innodb-random-read-ahead=ON
|
||||
|
||||
[normal]
|
||||
--innodb-random-read-ahead=OFF
|
@ -431,7 +431,7 @@ no_read_ahead:
|
||||
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user