Update mysql_xtrabackup.sh

This commit is contained in:
2023-12-14 19:46:34 +03:00
parent ad3e78f7a6
commit efa9b56bbf

View File

@@ -55,7 +55,7 @@ while [ "${1}" != "" ]; do
email=${1} ;
;;
-i | --ignore-database ) shift
ignore-database=${1} ;
ignore_database=${1} ;
;;
--compress-threads ) shift
compress_threads=${1}