Merge lp:~percona-core/percona-server/release-5.5.37-35.1 into lp:percona-server/5.5

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 668
Proposed branch: lp:~percona-core/percona-server/release-5.5.37-35.1
Merge into: lp:percona-server/5.5
Diff against target: 53 lines (+14/-2)
4 files modified
VERSION (+1/-1)
build-ps/debian/changelog (+7/-0)
build-ps/percona-server.spec (+5/-0)
storage/innobase/include/univ.i (+1/-1)
To merge this branch: bzr merge lp:~percona-core/percona-server/release-5.5.37-35.1
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+222035@code.launchpad.net

Description of the change

Release branch for version 5.5.37-35.1

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 'VERSION'
--- VERSION 2014-03-27 15:42:21 +0000
+++ VERSION 2014-06-04 13:05:03 +0000
@@ -1,4 +1,4 @@
1MYSQL_VERSION_MAJOR=51MYSQL_VERSION_MAJOR=5
2MYSQL_VERSION_MINOR=52MYSQL_VERSION_MINOR=5
3MYSQL_VERSION_PATCH=373MYSQL_VERSION_PATCH=37
4MYSQL_VERSION_EXTRA=-35.04MYSQL_VERSION_EXTRA=-35.1
55
=== modified file 'build-ps/debian/changelog'
--- build-ps/debian/changelog 2014-04-26 13:57:29 +0000
+++ build-ps/debian/changelog 2014-06-04 13:05:03 +0000
@@ -1,3 +1,10 @@
1percona-server-5.5 (5.5.37-rel35.1) unstable; urgency=low
2
3 * UDF and HandlerSocket moved to plugin
4 * Fixed version reported by mysql client
5
6 -- Tomislav Plavcic <tomislav.plavcic@percona.com> Thu, 29 May 2014 11:14:29 +0200
7
1percona-server-5.5 (5.5.37-rel35.0) unstable; urgency=low8percona-server-5.5 (5.5.37-rel35.0) unstable; urgency=low
29
3 * Fixed provides/breaks/replaces for client/server debian packages10 * Fixed provides/breaks/replaces for client/server debian packages
411
=== modified file 'build-ps/percona-server.spec'
--- build-ps/percona-server.spec 2014-05-28 07:24:38 +0000
+++ build-ps/percona-server.spec 2014-06-04 13:05:03 +0000
@@ -1141,6 +1141,11 @@
1141%doc %attr(644, root, man) %{_mandir}/man1/mysqltest_embedded.1*1141%doc %attr(644, root, man) %{_mandir}/man1/mysqltest_embedded.1*
11421142
1143%changelog1143%changelog
1144* Thu May 29 2014 Tomislav Plavcic <tomislav.plavcic@percona.com>
1145
1146- UDF and HandlerSocket moved to plugin
1147- Fixed version reported in mysql client
1148
1144* Fri Apr 25 2014 Tomislav Plavcic <tomislav.plavcic@percona.com>1149* Fri Apr 25 2014 Tomislav Plavcic <tomislav.plavcic@percona.com>
11451150
1146- Added Audit Log and Scalability Metrics plugin binaries1151- Added Audit Log and Scalability Metrics plugin binaries
11471152
=== modified file 'storage/innobase/include/univ.i'
--- storage/innobase/include/univ.i 2014-04-26 13:57:29 +0000
+++ storage/innobase/include/univ.i 2014-06-04 13:05:03 +0000
@@ -64,7 +64,7 @@
64 (INNODB_VERSION_MAJOR << 8 | INNODB_VERSION_MINOR)64 (INNODB_VERSION_MAJOR << 8 | INNODB_VERSION_MINOR)
6565
66#ifndef PERCONA_INNODB_VERSION66#ifndef PERCONA_INNODB_VERSION
67#define PERCONA_INNODB_VERSION 35.067#define PERCONA_INNODB_VERSION 35.1
68#endif68#endif
6969
70#define INNODB_VERSION_STR MYSQL_SERVER_VERSION "-" IB_TO_STR(PERCONA_INNODB_VERSION)70#define INNODB_VERSION_STR MYSQL_SERVER_VERSION "-" IB_TO_STR(PERCONA_INNODB_VERSION)

Subscribers

People subscribed via source and target branches