Merge lp:~ignacio-nin/percona-server/5.1-bug1183610 into lp:percona-server/5.1

Proposed by Ignacio Nin
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 572
Proposed branch: lp:~ignacio-nin/percona-server/5.1-bug1183610
Merge into: lp:percona-server/5.1
Diff against target: 11 lines (+1/-1)
1 file modified
Percona-Server/vio/viossl.c (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.1-bug1183610
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+168122@code.launchpad.net

Description of the change

Backport of fix for bug #1183610 from 5.5

Unfortunately, this branch is not suitable for null-merging to upper branches since this issued was introduced very lately in the branch (5.1.69 merge) so the other branches are well below this point still.

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
1=== modified file 'Percona-Server/vio/viossl.c'
2--- Percona-Server/vio/viossl.c 2013-03-19 12:29:12 +0000
3+++ Percona-Server/vio/viossl.c 2013-06-07 16:35:31 +0000
4@@ -198,7 +198,7 @@
5 SSL_clear(ssl);
6 SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
7 SSL_set_fd(ssl, vio->sd);
8-#ifndef HAVE_YASSL
9+#if !defined(HAVE_YASSL) && defined(SSL_OP_NO_COMPRESSION)
10 SSL_set_options(ssl, SSL_OP_NO_COMPRESSION);
11 #endif
12

Subscribers

People subscribed via source and target branches