1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

Merge 10.1 into 10.2

This commit is contained in:
Marko Mäkelä
2017-08-31 11:14:28 +03:00
8 changed files with 24 additions and 36 deletions

View File

@@ -2729,6 +2729,7 @@ files_checked:
will flush dirty pages and that might need e.g.
fil_crypt_threads_event. */
fil_system_enter();
btr_scrub_init();
fil_crypt_threads_init();
fil_system_exit();
@@ -2739,9 +2740,6 @@ files_checked:
*/
log_make_checkpoint_at(LSN_MAX, TRUE);
/* Init data for datafile scrub threads */
btr_scrub_init();
/* Initialize online defragmentation. */
btr_defragment_init();
btr_defragment_thread_active = true;