mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 17:40:11 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
2000a9009b
8 changed files with 24 additions and 36 deletions
|
|
@ -2083,7 +2083,8 @@ fil_crypt_complete_rotate_space(
|
|||
mutex_exit(&crypt_data->mutex);
|
||||
|
||||
/* all threads must call btr_scrub_complete_space wo/ mutex held */
|
||||
if (btr_scrub_complete_space(&state->scrub_data) == true) {
|
||||
if (state->scrub_data.scrubbing) {
|
||||
btr_scrub_complete_space(&state->scrub_data);
|
||||
if (should_flush) {
|
||||
/* only last thread updates last_scrub_completed */
|
||||
ut_ad(crypt_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue