Update mysql_xtrabackup.sh
This commit is contained in:
@@ -54,9 +54,9 @@ while [ "${1}" != "" ]; do
|
|||||||
-e | --email ) shift
|
-e | --email ) shift
|
||||||
email=${1} ;
|
email=${1} ;
|
||||||
;;
|
;;
|
||||||
-i | --ignore-database )shift
|
-i | --ignore-database ) shift
|
||||||
ignore-database=${1} ;
|
ignore_database=${1} ;
|
||||||
;;
|
;;
|
||||||
--compress-threads ) shift
|
--compress-threads ) shift
|
||||||
compress_threads=${1}
|
compress_threads=${1}
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user