Merge lp:~percona-core/percona-server/release-5.5.30-30.2 into lp:percona-server/5.5

Proposed by Ignacio Nin
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: 501
Merged at revision: 502
Proposed branch: lp:~percona-core/percona-server/release-5.5.30-30.2
Merge into: lp:percona-server/5.5
Diff against target: 82 lines (+8/-3)
4 files modified
Makefile (+1/-1)
build/build-binary.sh (+1/-0)
build/debian/rules (+3/-1)
build/percona-server.spec (+3/-1)
To merge this branch: bzr merge lp:~percona-core/percona-server/release-5.5.30-30.2
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+158492@code.launchpad.net

Description of the change

Changes for release 5.5.30-30.2.

Resubmit after fixing a spurious change in an unrelated file.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2013-04-08 06:26:11 +0000
+++ Makefile 2013-04-11 21:08:27 +0000
@@ -1,7 +1,7 @@
1FETCH_CMD=wget1FETCH_CMD=wget
2MASTER_SITE=http://s3.amazonaws.com/percona.com/downloads/community2MASTER_SITE=http://s3.amazonaws.com/percona.com/downloads/community
3MYSQL_VERSION=5.5.303MYSQL_VERSION=5.5.30
4PERCONA_SERVER_VERSION=rel30.14PERCONA_SERVER_VERSION=rel30.2
5PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)5PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
6PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)6PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
7PERCONA_SERVER_SHORT_2 ?=Percona-Server7PERCONA_SERVER_SHORT_2 ?=Percona-Server
88
=== modified file 'build/build-binary.sh'
--- build/build-binary.sh 2013-03-22 06:37:13 +0000
+++ build/build-binary.sh 2013-04-11 21:08:27 +0000
@@ -149,6 +149,7 @@
149 -DCMAKE_BUILD_TYPE="$CMAKE_BUILD_TYPE" \149 -DCMAKE_BUILD_TYPE="$CMAKE_BUILD_TYPE" \
150 -DWITH_EMBEDDED_SERVER=OFF \150 -DWITH_EMBEDDED_SERVER=OFF \
151 -DFEATURE_SET=community \151 -DFEATURE_SET=community \
152 -DWITH_SSL=system \
152 -DCMAKE_INSTALL_PREFIX="/usr/local/$PRODUCT_FULL" \153 -DCMAKE_INSTALL_PREFIX="/usr/local/$PRODUCT_FULL" \
153 -DMYSQL_DATADIR="/usr/local/$PRODUCT_FULL/data" \154 -DMYSQL_DATADIR="/usr/local/$PRODUCT_FULL/data" \
154 -DMYSQL_SERVER_SUFFIX="-$PERCONA_SERVER_VERSION" \155 -DMYSQL_SERVER_SUFFIX="-$PERCONA_SERVER_VERSION" \
155156
=== modified file 'build/debian/rules'
--- build/debian/rules 2013-04-08 06:26:11 +0000
+++ build/debian/rules 2013-04-11 21:08:27 +0000
@@ -9,7 +9,7 @@
99
10feature_set="community"10feature_set="community"
11major_version=3011major_version=30
12minor_version=112minor_version=2
13compilation_comment_release="Percona Server (GPL), Release $(major_version).$(minor_version)"13compilation_comment_release="Percona Server (GPL), Release $(major_version).$(minor_version)"
14server_suffix="-$(major_version).$(minor_version)"14server_suffix="-$(major_version).$(minor_version)"
15prefix="/usr"15prefix="/usr"
@@ -28,6 +28,7 @@
28 $(CMAKE) ../ -DBUILD_CONFIG=mysql_release \28 $(CMAKE) ../ -DBUILD_CONFIG=mysql_release \
29 -DINSTALL_LAYOUT=DEB \29 -DINSTALL_LAYOUT=DEB \
30 -DCMAKE_BUILD_TYPE=Debug \30 -DCMAKE_BUILD_TYPE=Debug \
31 -DWITH_SSL=system \
31 -DWITH_EMBEDDED_SERVER=OFF \32 -DWITH_EMBEDDED_SERVER=OFF \
32 -DMYSQL_UNIX_ADDR="/var/run/mysqld/mysqld.sock" \33 -DMYSQL_UNIX_ADDR="/var/run/mysqld/mysqld.sock" \
33 -DFEATURE_SET=$(feature_set) \34 -DFEATURE_SET=$(feature_set) \
@@ -40,6 +41,7 @@
40 cd release && $(CMAKE) ../ -DBUILD_CONFIG=mysql_release \41 cd release && $(CMAKE) ../ -DBUILD_CONFIG=mysql_release \
41 -DINSTALL_LAYOUT=DEB \42 -DINSTALL_LAYOUT=DEB \
42 -DCMAKE_BUILD_TYPE=RelWithDebInfo \43 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
44 -DWITH_SSL=system \
43 -DWITH_EMBEDDED_SERVER=OFF \45 -DWITH_EMBEDDED_SERVER=OFF \
44 -DMYSQL_UNIX_ADDR="/var/run/mysqld/mysqld.sock" \46 -DMYSQL_UNIX_ADDR="/var/run/mysqld/mysqld.sock" \
45 -DFEATURE_SET=$(feature_set) \47 -DFEATURE_SET=$(feature_set) \
4648
=== modified file 'build/percona-server.spec'
--- build/percona-server.spec 2013-04-09 21:37:02 +0000
+++ build/percona-server.spec 2013-04-11 21:08:27 +0000
@@ -28,7 +28,7 @@
28%define mysql_version 5.5.3028%define mysql_version 5.5.30
29%define redhatversion %(lsb_release -rs | awk -F. '{ print $1}')29%define redhatversion %(lsb_release -rs | awk -F. '{ print $1}')
30%define majorversion 3030%define majorversion 30
31%define minorversion 131%define minorversion 2
32%define distribution rhel%{redhatversion}32%define distribution rhel%{redhatversion}
33%define percona_server_version rel%{majorversion}.%{minorversion}33%define percona_server_version rel%{majorversion}.%{minorversion}
3434
@@ -408,6 +408,7 @@
408 ${CMAKE} ../%{src_dir} -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \408 ${CMAKE} ../%{src_dir} -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \
409 -DCMAKE_BUILD_TYPE=Debug \409 -DCMAKE_BUILD_TYPE=Debug \
410 -DWITH_EMBEDDED_SERVER=OFF \410 -DWITH_EMBEDDED_SERVER=OFF \
411 -DWITH_SSL=system \
411 -DMYSQL_UNIX_ADDR="/var/lib/mysql/mysql.sock" \412 -DMYSQL_UNIX_ADDR="/var/lib/mysql/mysql.sock" \
412 -DFEATURE_SET="%{feature_set}" \413 -DFEATURE_SET="%{feature_set}" \
413 -DCOMPILATION_COMMENT="%{compilation_comment_debug}" \414 -DCOMPILATION_COMMENT="%{compilation_comment_debug}" \
@@ -425,6 +426,7 @@
425 ${CMAKE} ../%{src_dir} -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \426 ${CMAKE} ../%{src_dir} -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \
426 -DCMAKE_BUILD_TYPE=RelWithDebInfo \427 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
427 -DWITH_EMBEDDED_SERVER=OFF \428 -DWITH_EMBEDDED_SERVER=OFF \
429 -DWITH_SSL=system \
428 -DMYSQL_UNIX_ADDR="/var/lib/mysql/mysql.sock" \430 -DMYSQL_UNIX_ADDR="/var/lib/mysql/mysql.sock" \
429 -DFEATURE_SET="%{feature_set}" \431 -DFEATURE_SET="%{feature_set}" \
430 -DCOMPILATION_COMMENT="%{compilation_comment_release}" \432 -DCOMPILATION_COMMENT="%{compilation_comment_release}" \

Subscribers

People subscribed via source and target branches