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
=== modified file 'patches/innodb56.patch'
--- patches/innodb56.patch 2013-05-16 18:01:50 +0000
+++ patches/innodb56.patch 2013-05-21 17:22:27 +0000
@@ -1217,3 +1217,21 @@
1217 #ifndef UNIV_HOTBACKUP1217 #ifndef UNIV_HOTBACKUP
1218 /****************************************************************//**1218 /****************************************************************//**
1219 Starts Innobase and creates a new database if database files1219 Starts Innobase and creates a new database if database files
1220--- a/configure.cmake
1221+++ b/configure.cmake
1222@@ -965,14 +965,6 @@
1223 ENDIF()
1224
1225 CHECK_C_SOURCE_COMPILES("
1226- int main(int argc, char **argv)
1227- {
1228- extern char *__bss_start;
1229- return __bss_start ? 1 : 0;
1230- }"
1231-HAVE_BSS_START)
1232-
1233-CHECK_C_SOURCE_COMPILES("
1234 int main()
1235 {
1236 extern void __attribute__((weak)) foo(void);
1237

Subscribers

People subscribed via source and target branches