summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/mariabackup/compress_qpress.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/compress_qpress.test')
-rw-r--r--mysql-test/suite/mariabackup/compress_qpress.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/mariabackup/compress_qpress.test b/mysql-test/suite/mariabackup/compress_qpress.test
index c7762f8e..263fc55e 100644
--- a/mysql-test/suite/mariabackup/compress_qpress.test
+++ b/mysql-test/suite/mariabackup/compress_qpress.test
@@ -4,7 +4,7 @@ echo # xtrabackup backup;
let $targetdir=$MYSQLTEST_VARDIR/tmp/backup;
--disable_result_log
-exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --compress --target-dir=$targetdir;
+exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --parallel=10 --compress --target-dir=$targetdir;
--enable_result_log
INSERT INTO t VALUES(2);