mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge 10.0 into 10.1
This commit is contained in:
commit
13a350ac29
75 changed files with 830 additions and 790 deletions
|
|
@ -3962,6 +3962,7 @@ xtrabackup_backup_func(void)
|
|||
mysql_data_home[0]=FN_CURLIB; // all paths are relative from here
|
||||
mysql_data_home[1]=0;
|
||||
|
||||
srv_n_purge_threads = 1;
|
||||
srv_read_only_mode = TRUE;
|
||||
|
||||
srv_backup_mode = TRUE;
|
||||
|
|
@ -4650,6 +4651,7 @@ xtrabackup_stats_func(int argc, char **argv)
|
|||
mysql_data_home[0]=FN_CURLIB; // all paths are relative from here
|
||||
mysql_data_home[1]=0;
|
||||
|
||||
srv_n_purge_threads = 1;
|
||||
/* set read only */
|
||||
srv_read_only_mode = TRUE;
|
||||
|
||||
|
|
@ -6407,6 +6409,7 @@ skip_check:
|
|||
|
||||
/* Create logfiles for recovery from 'xtrabackup_logfile', before start InnoDB */
|
||||
srv_max_n_threads = 1000;
|
||||
srv_n_purge_threads = 1;
|
||||
ut_mem_init();
|
||||
/* temporally dummy value to avoid crash */
|
||||
srv_page_size_shift = 14;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue