Merge lp:~percona-core/percona-server/release-5.5.41-37.0 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: 728
Proposed branch: lp:~percona-core/percona-server/release-5.5.41-37.0
Merge into: lp:percona-server/5.5
Diff against target: 63 lines (+15/-1)
4 files modified
build-ps/debian/changelog (+8/-0)
build-ps/debian/rules (+1/-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.41-37.0
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+246309@code.launchpad.net

This proposal supersedes a proposal from 2015-01-13.

Description of the change

Release branch for version 5.5.41-37.0

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Posted in a previous version of this proposal

Does "-DMYSQL_MAINTAINER_MODE=OFF" require an entry for Debian changelog?

review: Needs Information
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Posted in a previous version of this proposal

Same question re. its RPM counterpart

review: Needs Information
Revision history for this message
Tomislav Plavcic (tplavcic) wrote : Posted in a previous version of this proposal

Yep you're right. Updated.

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
1=== modified file 'build-ps/debian/changelog'
2--- build-ps/debian/changelog 2014-08-29 07:43:51 +0000
3+++ build-ps/debian/changelog 2015-01-13 14:42:30 +0000
4@@ -1,3 +1,11 @@
5+percona-server-5.5 (5.5.41-rel37.0) unstable; urgency=low
6+
7+ * Fixed init script timeout is too short when resizing logs (bug1328262)
8+ * mysql_install_db not handling mysqld startup failure (bug1382782)
9+ * Set MYSQL_MAINTAINER_MODE=OFF for debug build (bug1408232)
10+
11+ -- Tomislav Plavcic <tomislav.plavcic@percona.com> Wed, 07 Jan 2015 10:00:37 +0100
12+
13 percona-server-5.5 (5.5.39-rel36.0) unstable; urgency=low
14
15 * Added mysqld-debug
16
17=== modified file 'build-ps/debian/rules'
18--- build-ps/debian/rules 2014-09-30 11:58:25 +0000
19+++ build-ps/debian/rules 2015-01-13 14:42:30 +0000
20@@ -74,6 +74,7 @@
21 \
22 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
23 -DCMAKE_BUILD_TYPE=Debug \
24+ -DMYSQL_MAINTAINER_MODE=OFF \
25 -DENABLE_DTRACE=OFF \
26 -DWITH_LIBWRAP=ON \
27 -DWITH_SSL=system \
28
29=== modified file 'build-ps/percona-server.spec'
30--- build-ps/percona-server.spec 2014-12-31 11:30:13 +0000
31+++ build-ps/percona-server.spec 2015-01-13 14:42:30 +0000
32@@ -479,6 +479,7 @@
33 # XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
34 ${CMAKE} ../ -DBUILD_CONFIG=mysql_release -DINSTALL_LAYOUT=RPM \
35 -DCMAKE_BUILD_TYPE=Debug \
36+ -DMYSQL_MAINTAINER_MODE=OFF \
37 -DENABLE_DTRACE=OFF \
38 -DWITH_EMBEDDED_SERVER=OFF \
39 -DWITH_SSL=system \
40@@ -1305,6 +1306,10 @@
41 %doc %attr(644, root, man) %{_mandir}/man1/mysqltest_embedded.1*
42
43 %changelog
44+* Fri Jan 09 2015 Tomislav Plavcic <tomislav.plavcic@percona.com>
45+
46+- Set MYSQL_MAINTAINER_MODE=OFF for debug build (bug1408232)
47+
48 * Tue Aug 26 2014 Tomislav Plavcic <tomislav.plavcic@percona.com>
49
50 - Added support for centos7
51
52=== modified file 'storage/innobase/include/univ.i'
53--- storage/innobase/include/univ.i 2014-12-16 07:42:03 +0000
54+++ storage/innobase/include/univ.i 2015-01-13 14:42:30 +0000
55@@ -64,7 +64,7 @@
56 (INNODB_VERSION_MAJOR << 8 | INNODB_VERSION_MINOR)
57
58 #ifndef PERCONA_INNODB_VERSION
59-#define PERCONA_INNODB_VERSION 36.1
60+#define PERCONA_INNODB_VERSION 37.0
61 #endif
62
63 #define INNODB_VERSION_STR MYSQL_SERVER_VERSION

Subscribers

People subscribed via source and target branches