File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mysql-test/suite/mariabackup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ rmdir $targetdir;
5555
5656GRANT REPLICA MONITOR ON *.* TO backup@localhost;
5757--disable_result_log
58- exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --user backup --password xyz --slave-info --target-dir=$targetdir > $MYSQLTEST_VARDIR/tmp/backup.log 2>&1;
58+ exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --user= backup --password= xyz --slave-info --target-dir=$targetdir > $MYSQLTEST_VARDIR/tmp/backup.log 2>&1;
5959--enable_result_log
6060--let SEARCH_PATTERN= missing required privilege
6161--source include/search_pattern_in_file.inc
@@ -68,7 +68,7 @@ REVOKE REPLICA MONITOR ON *.* FROM backup@localhost;
6868# --safe-slave-backup requires REPLICATION SLAVE ADMIN, and REPLICA MONITOR
6969--disable_result_log
7070error 1;
71- exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --user backup --password xyz --safe-slave-backup --target-dir=$targetdir > $MYSQLTEST_VARDIR/tmp/backup.log;
71+ exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --user= backup --password= xyz --safe-slave-backup --target-dir=$targetdir > $MYSQLTEST_VARDIR/tmp/backup.log;
7272--enable_result_log
7373rmdir $targetdir;
7474
You can’t perform that action at this time.
0 commit comments