List:Commits« Previous MessageNext Message »
From:damien Date:June 27 2007 8:46pm
Subject:bk commit into 5.0 tree (dkatz:1.2507) BUG#22993
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of dkatz. When dkatz does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-06-27 16:46:23-04:00, dkatz@stripped +1 -0
  Bug #22993  	Master hangs in SSL replication when the slave runs out of disk space
  
  Removed unused close_notify "alert" that was causing hangs when the connection was paused or slow.

  extra/yassl/src/ssl.cpp@stripped, 2007-06-27 16:46:19-04:00, dkatz@stripped +0 -2
    Removed unused close_notify "alert" that was causing hangs when the connection was paused or slow.

diff -Nrup a/extra/yassl/src/ssl.cpp b/extra/yassl/src/ssl.cpp
--- a/extra/yassl/src/ssl.cpp	2007-03-28 12:28:29 -04:00
+++ b/extra/yassl/src/ssl.cpp	2007-06-27 16:46:19 -04:00
@@ -411,8 +411,6 @@ int SSL_clear(SSL* ssl)
 
 int SSL_shutdown(SSL* ssl)
 {
-    Alert alert(warning, close_notify);
-    sendAlert(*ssl, alert);
     ssl->useLog().ShowTCP(ssl->getSocket().get_fd(), true);
 
     GetErrors().Remove();
Thread
bk commit into 5.0 tree (dkatz:1.2507) BUG#22993damien27 Jun