Merge lp:~ignacio-nin/percona-xtradb-cluster/pxc-bug1177211 into lp:percona-xtradb-cluster/percona-xtradb-cluster-5.5

Proposed by Ignacio Nin
Status: Merged
Approved by: Raghavendra D Prabhu
Approved revision: no longer in the source branch.
Merged at revision: 388
Proposed branch: lp:~ignacio-nin/percona-xtradb-cluster/pxc-bug1177211
Merge into: lp:percona-xtradb-cluster/percona-xtradb-cluster-5.5
Diff against target: 14 lines (+2/-2)
1 file modified
build/debian/rules (+2/-2)
To merge this branch: bzr merge lp:~ignacio-nin/percona-xtradb-cluster/pxc-bug1177211
Reviewer Review Type Date Requested Status
Raghavendra D Prabhu (community) Needs Fixing
Review via email: mp+166110@code.launchpad.net

Description of the change

Fix for bug #1177211.

This reverts the version string back to:
Server version: 5.5.30-55 Percona XtraDB Cluster (GPL), wsrep_23.7.4.r3843

To post a comment you must log in.
Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

What about major_version, minor_version and other version strings? Will they be provided by other variables?

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) :
review: Needs Fixing
Revision history for this message
Ignacio Nin (ignacio-nin) wrote :

> What about major_version, minor_version and other version strings? Will they
> be provided by other variables?

major_version and minor_version are defined there. What other version strings? Please clarify.

These two variables aren't used in the required version string, hence they are not used.

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

I mean will the version string (printed after Server version:) include the major and minor version (which also includes wsrep version)?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/debian/rules'
2--- build/debian/rules 2013-04-18 16:15:44 +0000
3+++ build/debian/rules 2013-05-28 17:10:40 +0000
4@@ -10,8 +10,8 @@
5 feature_set="community"
6 major_version=30
7 minor_version=2
8-compilation_comment_release="Percona Server (GPL), Release $(major_version).$(minor_version)"
9-server_suffix="-$(major_version).$(minor_version)"
10+compilation_comment_release="Percona XtraDB Cluster (GPL)"
11+server_suffix="-55"
12 prefix="/usr"
13
14 clean: clean-patched unpatch

Subscribers

People subscribed via source and target branches

to all changes: