List:Internals« Previous MessageNext Message »
From:jani Date:April 5 2005 12:15pm
Subject:bk commit into 4.0 tree (jani:1.2079)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of jani. When jani 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.2079 05/04/05 13:15:04 jani@stripped +1 -0
  A fix for Netware.

  mysys/my_rename.c
    1.6 05/04/05 13:15:02 jani@stripped +1 -1
    A fix for Netware.

# 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:	jani
# Host:	ua141d10.elisa.omakaista.fi
# Root:	/home/my/bk/mysql-4.0

--- 1.5/mysys/my_rename.c	2002-12-14 13:02:28 +02:00
+++ 1.6/mysys/my_rename.c	2005-04-05 13:15:02 +03:00
@@ -45,7 +45,7 @@
   }
 #endif
 #if defined(HAVE_RENAME)
-#ifdef __WIN__
+#if defined(__WIN__) || defined(__NETWARE__)
   /*
     On windows we can't rename over an existing file:
     Remove any conflicting files:
Thread
bk commit into 4.0 tree (jani:1.2079)jani5 Apr