List:Internals« Previous MessageNext Message »
From:Georg Richter Date:June 15 2005 3:57pm
Subject:bk commit into 5.0 tree (georg:1.1930)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of georg. When georg 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.1930 05/06/15 15:57:38 georg@stripped +1 -0
  Added comment after Serg's review

  sql/mysqld.cc
    1.468 05/06/15 15:57:30 georg@stripped +2 -0
    Added comment after Serg's review

# 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:	georg
# Host:	lmy002.wdf.sap.corp
# Root:	/home/georg/work/mysql/prod/mysql-5.0

--- 1.467/sql/mysqld.cc	2005-06-15 09:27:19 +02:00
+++ 1.468/sql/mysqld.cc	2005-06-15 15:57:30 +02:00
@@ -3003,6 +3003,8 @@
 #endif
 
 #ifdef	__WIN__
+/* Before performing any socket operation (like retrieving hostname */
+/* in init_common_variables we have to call WSAStartup              */
   if (!opt_disable_networking)
   {
     WSADATA WsaData;
Thread
bk commit into 5.0 tree (georg:1.1930)Georg Richter15 Jun