mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Mariabackup: Remove the --stats option
The option was basically duplicating InnoDB functionality. Persistent statistics can be accessed via the tables mysql.innodb_table_stats and mysql.innodb_index_stats.
This commit is contained in:
parent
cede2b6f0f
commit
9a646c91dd
6 changed files with 3 additions and 461 deletions
|
|
@ -13,7 +13,6 @@ INSERT INTO t VALUES(2);
|
|||
echo # xtrabackup prepare;
|
||||
--disable_result_log
|
||||
exec $XTRABACKUP --prepare --target-dir=$targetdir;
|
||||
exec $XTRABACKUP --defaults-file=$targetdir/backup-my.cnf --stats --datadir=$targetdir;
|
||||
-- source include/restart_and_restore.inc
|
||||
--enable_result_log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue