List:Commits« Previous MessageNext Message »
From:msvensson Date:March 7 2006 8:58am
Subject:bk commit into 5.0 tree (msvensson:1.2071)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.2071 06/03/07 08:57:57 msvensson@neptunus.(none) +1 -0
  Enable ifdef for windows specific functions

  client/mysqltest.c
    1.226 06/03/07 08:57:53 msvensson@neptunus.(none) +2 -2
    Enable ifdef for windows specific functions

# 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.0

--- 1.225/client/mysqltest.c	2006-03-07 07:50:00 +01:00
+++ 1.226/client/mysqltest.c	2006-03-07 08:57:53 +01:00
@@ -1048,7 +1048,7 @@
   return open_file(name);
 }
 
-//#ifdef __WIN__
+#ifdef __WIN__
 /* Variables used for temuprary sh files used for emulating Unix on Windows */
 char tmp_sh_name[64], tmp_sh_cmd[70];
 
@@ -1064,7 +1064,7 @@
 {
   my_delete(tmp_sh_name, MYF(0));
 }
-
+#endif
 
 FILE* my_popen(DYNAMIC_STRING* ds_cmd, const char* mode)
 {
Thread
bk commit into 5.0 tree (msvensson:1.2071)msvensson7 Mar