List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:February 20 2007 9:28am
Subject:bk commit into 5.1 tree (anozdrin:1.2428)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of alik. When alik 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-02-20 12:28:24+03:00, anozdrin@booka. +2 -0
  Fix build failures on Windows and Mac.

  server-tools/instance-manager/WindowsService.cpp@stripped, 2007-02-20 12:28:21+03:00, anozdrin@booka. +1 -0
    Include my_global.h for DBUG_ASSERT.

  server-tools/instance-manager/mysqlmanager.cc@stripped, 2007-02-20 12:28:21+03:00, anozdrin@booka. +1 -0
    Include my_dir.h for umask().

# 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:	anozdrin
# Host:	booka.
# Root:	/home/alik/Documents/MySQL/devel/5.1-rt-im

--- 1.26/server-tools/instance-manager/mysqlmanager.cc	2007-02-20 12:28:33 +03:00
+++ 1.27/server-tools/instance-manager/mysqlmanager.cc	2007-02-20 12:28:33 +03:00
@@ -14,6 +14,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
 #include <my_global.h>
+#include <my_dir.h>
 #include <my_sys.h>
 
 #include <string.h>

--- 1.8/server-tools/instance-manager/WindowsService.cpp	2007-02-20 12:28:33 +03:00
+++ 1.9/server-tools/instance-manager/WindowsService.cpp	2007-02-20 12:28:33 +03:00
@@ -15,6 +15,7 @@
 
 #include <windows.h>
 
+#include "my_global.h"
 #include "WindowsService.h"
 
 static WindowsService *gService;
Thread
bk commit into 5.1 tree (anozdrin:1.2428)Alexander Nozdrin20 Feb