From 513c35b9a61606a49203f70e509e58a2fe6c99d7 Mon Sep 17 00:00:00 2001 From: naumso Date: Thu, 14 Dec 2023 19:57:04 +0300 Subject: [PATCH] Update mysql_xtrabackup.sh --- mysql_xtrabackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql_xtrabackup.sh b/mysql_xtrabackup.sh index e8fe3a6..6af2f0c 100755 --- a/mysql_xtrabackup.sh +++ b/mysql_xtrabackup.sh @@ -54,7 +54,7 @@ while [ "${1}" != "" ]; do -e | --email ) shift email=${1} ; ;; - -i | --ignore-database shift + -i | --ignore-database ) shift ignore_database=${1} ; ;; --compress-threads ) shift