Merge lp:~vlad-lesin/percona-xtrabackup/2.0-bug1177182 into lp:percona-xtrabackup/2.0

Proposed by Vlad Lesin
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 561
Proposed branch: lp:~vlad-lesin/percona-xtrabackup/2.0-bug1177182
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 25 lines (+18/-0)
1 file modified
patches/innodb56.patch (+18/-0)
To merge this branch: bzr merge lp:~vlad-lesin/percona-xtrabackup/2.0-bug1177182
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+164955@code.launchpad.net
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 'patches/innodb56.patch'
2--- patches/innodb56.patch 2013-05-16 18:01:50 +0000
3+++ patches/innodb56.patch 2013-05-21 17:22:27 +0000
4@@ -1217,3 +1217,21 @@
5 #ifndef UNIV_HOTBACKUP
6 /****************************************************************//**
7 Starts Innobase and creates a new database if database files
8+--- a/configure.cmake
9++++ b/configure.cmake
10+@@ -965,14 +965,6 @@
11+ ENDIF()
12+
13+ CHECK_C_SOURCE_COMPILES("
14+- int main(int argc, char **argv)
15+- {
16+- extern char *__bss_start;
17+- return __bss_start ? 1 : 0;
18+- }"
19+-HAVE_BSS_START)
20+-
21+-CHECK_C_SOURCE_COMPILES("
22+ int main()
23+ {
24+ extern void __attribute__((weak)) foo(void);
25+

Subscribers

People subscribed via source and target branches