Merge lp:~akopytov/percona-xtrabackup/bug1042796-2.1 into lp:percona-xtrabackup/2.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 632
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1042796-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 24 lines (+6/-1)
1 file modified
test/t/bug983695.sh (+6/-1)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1042796-2.1
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+176188@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/t/bug983695.sh'
2--- test/t/bug983695.sh 2012-06-18 12:32:21 +0000
3+++ test/t/bug983695.sh 2013-07-22 13:00:43 +0000
4@@ -9,7 +9,7 @@
5 exit $SKIPPED_EXIT_CODE
6 fi
7
8-start_server
9+start_server --innodb_file_per_table
10 load_sakila
11
12 innobackupex --compress --no-timestamp $topdir/backup
13@@ -17,6 +17,11 @@
14 stop_server
15 rm -rf ${MYSQLD_DATADIR}/*
16
17+# Uncompress the backup
18+cd $topdir/backup
19+for i in *.qp sakila/*.qp; do qpress -d $i ./; done;
20+cd -
21+
22 innobackupex --copy-back $topdir/backup
23
24 run_cmd_expect_failure ls ${MYSQLD_DATADIR}/*.qp

Subscribers

People subscribed via source and target branches

to all changes: