mysql-5.5.31 merge

This commit is contained in:
Sergei Golubchik 2013-05-07 13:05:09 +02:00
commit b381cf843c
264 changed files with 3750 additions and 1720 deletions

View file

@ -183,6 +183,9 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
SSL_clear(ssl);
SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
SSL_set_fd(ssl, vio->sd);
#ifndef HAVE_YASSL
SSL_set_options(ssl, SSL_OP_NO_COMPRESSION);
#endif
if ((r= connect_accept_func(ssl)) < 1)
{