1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +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

@@ -3115,12 +3115,10 @@ files_checked:
#endif /* WITH_WSREP */
/* Create thread(s) that handles key rotation */
fil_system_enter();
btr_scrub_init();
fil_crypt_threads_init();
fil_system_exit();
/* Init data for datafile scrub threads */
btr_scrub_init();
/* Initialize online defragmentation. */
btr_defragment_init();
btr_defragment_thread_active = true;