List:Commits« Previous MessageNext Message »
From:msvensson Date:May 18 2006 6:12pm
Subject:bk commit into 5.1 tree (msvensson:1.2163)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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
  1.2163 06/05/18 18:11:54 msvensson@neptunus.(none) +1 -0
  Fix "glibc detected double free"
  Remove extra call to vio_end

  sql/mysqld.cc
    1.545 06/05/18 18:11:49 msvensson@neptunus.(none) +0 -1
    Remove the second call to vio_end as it should only be called once when the server
shutdown.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1

--- 1.544/sql/mysqld.cc	2006-05-17 15:03:28 +02:00
+++ 1.545/sql/mysqld.cc	2006-05-18 18:11:49 +02:00
@@ -2974,7 +2974,6 @@
     ssl_acceptor_fd= 0;
   }
 #endif /* HAVE_OPENSSL */
-  vio_end();
 }
 
 
Thread
bk commit into 5.1 tree (msvensson:1.2163)msvensson18 May