Merge lp:~akopytov/percona-xtrabackup/bug1333570-2.1 into lp:percona-xtrabackup/2.1

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

Description of the change

    Bug #1333570: xtrabackup_log_copy_interval type does not match option
    declaration

    Change the variable type to to ulint so it has the same width as the
    my_getopt option on all platforms.

http://jenkins.percona.com/view/PXB%202.1/job/percona-xtrabackup-2.1-param/577/

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/xtrabackup.cc'
2--- src/xtrabackup.cc 2014-04-29 13:56:43 +0000
3+++ src/xtrabackup.cc 2014-06-25 05:33:31 +0000
4@@ -182,7 +182,7 @@
5
6 /* sleep interval beetween log copy iterations in log copying thread
7 in milliseconds (default is 1 second) */
8-int xtrabackup_log_copy_interval = 1000;
9+ulint xtrabackup_log_copy_interval = 1000;
10
11 /* === metadata of backup === */
12 #define XTRABACKUP_METADATA_FILENAME "xtrabackup_checkpoints"

Subscribers

People subscribed via source and target branches

to all changes: