Merge lp:~percona-core/percona-xtrabackup/release-2.1.2 into lp:percona-xtrabackup/2.1

Proposed by Ignacio Nin
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 607
Proposed branch: lp:~percona-core/percona-xtrabackup/release-2.1.2
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 12 lines (+1/-1)
1 file modified
src/Makefile (+1/-1)
To merge this branch: bzr merge lp:~percona-core/percona-xtrabackup/release-2.1.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+164568@code.launchpad.net

Description of the change

Changes for release 2.1.2.

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Makefile'
2--- src/Makefile 2013-04-16 10:35:58 +0000
3+++ src/Makefile 2013-05-18 04:30:34 +0000
4@@ -243,7 +243,7 @@
5 common.h changed_page_bitmap.h read_filt.h innodb_int.h
6
7 $(TARGET): $(XTRABACKUPCCOBJS) $(XTRABACKUPCOBJS) $(INNODBOBJS) $(MYSQLOBJS) $(LIBARCHIVE_A)
8- $(CXX) $(CFXXLAGS) $(XTRABACKUPCCOBJS) $(XTRABACKUPCOBJS) $(INNODBOBJS) $(MYSQLOBJS) $(LIBS) \
9+ $(CXX) $(CXXFLAGS) $(XTRABACKUPCCOBJS) $(XTRABACKUPCOBJS) $(INNODBOBJS) $(MYSQLOBJS) $(LIBS) \
10 $(LIBARCHIVE_A) -o $(TARGET)
11
12 clean:

Subscribers

People subscribed via source and target branches

to all changes: