Merge lp:~laurynas-biveinis/percona-server/BT-16274-bug1087202-10872128-5.5-2 into lp:percona-server/5.5

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 390
Proposed branch: lp:~laurynas-biveinis/percona-server/BT-16274-bug1087202-10872128-5.5-2
Merge into: lp:percona-server/5.5
Diff against target: 18 lines (+4/-4)
1 file modified
Percona-Server/storage/innobase/log/log0online.c (+4/-4)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/BT-16274-bug1087202-10872128-5.5-2
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+141938@code.launchpad.net

Description of the change

Merge the 2nd bug 1087202 and 10872128 fix branch from 5.1. It was supposed to be a null merge yet it isn't, meaning that some changes must have been lost when the 1st branch was merged.

No Jenkins.

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Self-approving as this has been approved already.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Percona-Server/storage/innobase/log/log0online.c'
--- Percona-Server/storage/innobase/log/log0online.c 2012-12-07 12:01:53 +0000
+++ Percona-Server/storage/innobase/log/log0online.c 2013-01-04 15:30:37 +0000
@@ -431,10 +431,10 @@
431{431{
432 ut_ad(last_tracked_lsn != tracking_start_lsn);432 ut_ad(last_tracked_lsn != tracking_start_lsn);
433433
434 fprintf(stderr, "InnoDB: last tracked LSN is %llu, but the last "434 fprintf(stderr, "InnoDB: last tracked LSN in \'%s\' is %llu, but the "
435 "checkpoint LSN is %llu. This might be due to a server "435 "last checkpoint LSN is %llu. This might be due to a server "
436 "crash or a very fast shutdown. ", last_tracked_lsn,436 "crash or a very fast shutdown. ", log_bmp_sys->out.name,
437 tracking_start_lsn);437 last_tracked_lsn, tracking_start_lsn);
438438
439 /* See if we can fully recover the missing interval */439 /* See if we can fully recover the missing interval */
440 if (log_online_can_track_missing(last_tracked_lsn,440 if (log_online_can_track_missing(last_tracked_lsn,

Subscribers

People subscribed via source and target branches