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

Proposed by Vlad Lesin
Status: Work in progress
Proposed branch: lp:~vlad-lesin/percona-xtrabackup/2.0-bug1179193
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 19 lines (+0/-9)
1 file modified
patches/innodb56.patch (+0/-9)
To merge this branch: bzr merge lp:~vlad-lesin/percona-xtrabackup/2.0-bug1179193
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Needs Fixing
Review via email: mp+165301@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Many failed tests in the innodb56 configuration due to segfaulting xtrabackup binary on --prepare. For example, all tests here fail due to a crash in xtrabackup: http://jenkins.percona.com/view/XtraBackup/job/percona-xtrabackup-2.0-param/444/BUILD_TYPE=release,Host=ubuntu-lucid-32bit,xtrabackuptarget=innodb56/

review: Needs Fixing

Unmerged revisions

559. By Vlad Lesin

Bug #1179193 fix.

Remove from innodb56.patch fix which disabled invoking
of fts_optimize_start_shutdown() in the case if srv_apply_log_only
is set.

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-23 08:20:36 +0000
4@@ -1072,15 +1072,6 @@
5 srv_was_started = TRUE;
6
7 return(DB_SUCCESS);
8-@@ -2794,7 +2812,7 @@
9- return(DB_SUCCESS);
10- }
11-
12-- if (!srv_read_only_mode) {
13-+ if (!srv_read_only_mode && !srv_apply_log_only) {
14- /* Shutdown the FTS optimize sub system. */
15- fts_optimize_start_shutdown();
16-
17 --- a/storage/innobase/trx/trx0rseg.cc
18 +++ b/storage/innobase/trx/trx0rseg.cc
19 @@ -121,9 +121,11 @@

Subscribers

People subscribed via source and target branches