From efa9b56bbf36fc1aa952d052ae0e8dd50e01ca30 Mon Sep 17 00:00:00 2001 From: naumso Date: Thu, 14 Dec 2023 19:46:34 +0300 Subject: [PATCH] Update mysql_xtrabackup.sh --- mysql_xtrabackup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql_xtrabackup.sh b/mysql_xtrabackup.sh index 489f7e5..efced4d 100755 --- a/mysql_xtrabackup.sh +++ b/mysql_xtrabackup.sh @@ -54,9 +54,9 @@ while [ "${1}" != "" ]; do -e | --email ) shift email=${1} ; ;; - -i | --ignore-database )shift - ignore-database=${1} ; - ;; + -i | --ignore-database ) shift + ignore_database=${1} ; + ;; --compress-threads ) shift compress_threads=${1} ;;