summaryrefslogtreecommitdiff
path: root/storage/xtradb/btr/btr0scrub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/btr/btr0scrub.cc')
-rw-r--r--storage/xtradb/btr/btr0scrub.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/xtradb/btr/btr0scrub.cc b/storage/xtradb/btr/btr0scrub.cc
index e9434c9f778..24c84ed301b 100644
--- a/storage/xtradb/btr/btr0scrub.cc
+++ b/storage/xtradb/btr/btr0scrub.cc
@@ -139,6 +139,7 @@ btr_scrub_lock_dict_func(ulint space_id, bool lock_to_close_table,
} else {
return false;
}
+
os_thread_sleep(250000);
time_t now = time(0);
@@ -577,7 +578,7 @@ btr_scrub_table_needs_scrubbing(
return false;
}
- if (table->corrupted) {
+ if (!table->is_readable()) {
return false;
}