Merge lp:~sergei.glushchenko/percona-xtrabackup/2.2-xb-bug1271956 into lp:percona-xtrabackup/2.2

Proposed by Sergei Glushchenko
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 4941
Proposed branch: lp:~sergei.glushchenko/percona-xtrabackup/2.2-xb-bug1271956
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 16 lines (+0/-6)
1 file modified
storage/innobase/fil/fil0fil.cc (+0/-6)
To merge this branch: bzr merge lp:~sergei.glushchenko/percona-xtrabackup/2.2-xb-bug1271956
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+207943@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Sergei, please upmerge revisions from 2.1 properly. The revision in this branch is not a merge, but a regular revision.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'storage/innobase/fil/fil0fil.cc'
--- storage/innobase/fil/fil0fil.cc 2014-01-17 12:20:16 +0000
+++ storage/innobase/fil/fil0fil.cc 2014-02-24 14:36:12 +0000
@@ -1094,12 +1094,6 @@
10941094
1095 if (!fil_system->space_id_reuse_warned) {1095 if (!fil_system->space_id_reuse_warned) {
1096 fil_system->space_id_reuse_warned = TRUE;1096 fil_system->space_id_reuse_warned = TRUE;
1097
1098 ib_logf(IB_LOG_LEVEL_WARN,
1099 "Allocated tablespace %lu, old maximum "
1100 "was %lu",
1101 (ulong) id,
1102 (ulong) fil_system->max_assigned_id);
1103 }1097 }
11041098
1105 fil_system->max_assigned_id = id;1099 fil_system->max_assigned_id = id;

Subscribers

People subscribed via source and target branches