Merge lp:~percona-core/percona-server/release-5.6.16-64.0 into lp:percona-server/5.6

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 556
Proposed branch: lp:~percona-core/percona-server/release-5.6.16-64.0
Merge into: lp:percona-server/5.6
Diff against target: 58 lines (+6/-7)
3 files modified
Makefile-ps (+2/-2)
build-ps/percona-server.spec (+3/-4)
storage/innobase/include/univ.i (+1/-1)
To merge this branch: bzr merge lp:~percona-core/percona-server/release-5.6.16-64.0
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+210378@code.launchpad.net

Description of the change

Release branch for PS 5.6.16-64.0

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-ps'
--- Makefile-ps 2014-03-03 17:51:33 +0000
+++ Makefile-ps 2014-03-12 11:47:29 +0000
@@ -1,5 +1,5 @@
1MYSQL_VERSION=5.6.151MYSQL_VERSION=5.6.16
2PERCONA_SERVER_VERSION=rel62.02PERCONA_SERVER_VERSION=rel64.0
3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
5PERCONA_SERVER_SHORT_2 ?=Percona-Server5PERCONA_SERVER_SHORT_2 ?=Percona-Server
66
=== modified file 'build-ps/percona-server.spec'
--- build-ps/percona-server.spec 2014-03-03 17:51:33 +0000
+++ build-ps/percona-server.spec 2014-03-12 11:47:29 +0000
@@ -28,6 +28,7 @@
28%define mysql_version @@MYSQL_VERSION@@28%define mysql_version @@MYSQL_VERSION@@
29%define redhatversion %(lsb_release -rs | awk -F. '{ print $1}')29%define redhatversion %(lsb_release -rs | awk -F. '{ print $1}')
30%define percona_server_version @@PERCONA_VERSION@@30%define percona_server_version @@PERCONA_VERSION@@
31%define revision @@REVISION@@
3132
32%define mysqld_user mysql33%define mysqld_user mysql
33%define mysqld_group mysql34%define mysqld_group mysql
@@ -96,10 +97,10 @@
96# Server comment strings97# Server comment strings
97# ----------------------------------------------------------------------------98# ----------------------------------------------------------------------------
98%if %{undefined compilation_comment_debug}99%if %{undefined compilation_comment_debug}
99%define compilation_comment_debug Percona Server - Debug (GPL), Release %{percona_server_version}, Revision %{gotrevision}100%define compilation_comment_debug Percona Server - Debug (GPL), Release %{percona_server_version}, Revision %{revision}
100%endif101%endif
101%if %{undefined compilation_comment_release}102%if %{undefined compilation_comment_release}
102%define compilation_comment_release Percona Server (GPL), Release %{percona_server_version}, Revision %{gotrevision}103%define compilation_comment_release Percona Server (GPL), Release %{percona_server_version}, Revision %{revision}
103%endif104%endif
104105
105106
@@ -316,8 +317,6 @@
316%package -n Percona-Server-shared%{product_suffix}317%package -n Percona-Server-shared%{product_suffix}
317Summary: Percona Server - Shared libraries318Summary: Percona Server - Shared libraries
318Group: Applications/Databases319Group: Applications/Databases
319Provides: mysql-shared mysql-libs
320Obsoletes: mysql-libs
321320
322%description -n Percona-Server-shared%{product_suffix}321%description -n Percona-Server-shared%{product_suffix}
323This package contains the shared libraries (*.so*) which certain languages322This package contains the shared libraries (*.so*) which certain languages
324323
=== modified file 'storage/innobase/include/univ.i'
--- storage/innobase/include/univ.i 2014-02-17 11:12:40 +0000
+++ storage/innobase/include/univ.i 2014-03-12 11:47:29 +0000
@@ -47,7 +47,7 @@
47#define INNODB_VERSION_BUGFIX MYSQL_VERSION_PATCH47#define INNODB_VERSION_BUGFIX MYSQL_VERSION_PATCH
4848
49#ifndef PERCONA_INNODB_VERSION49#ifndef PERCONA_INNODB_VERSION
50#define PERCONA_INNODB_VERSION 60.350#define PERCONA_INNODB_VERSION 64.0
51#endif51#endif
5252
53/* Enable UNIV_LOG_ARCHIVE in XtraDB */53/* Enable UNIV_LOG_ARCHIVE in XtraDB */

Subscribers

People subscribed via source and target branches

to all changes: