List:Internals« Previous MessageNext Message »
From:reggie Date:May 20 2005 9:56pm
Subject:bk commit into 4.1 tree (reggie:1.2287)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of reggie. When reggie 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.2287 05/05/20 16:53:41 reggie@mdk10.(none) +1 -0
  fixed stupid typo that added a ! before my_access

  mysys/mf_pack.c
    1.20 05/05/20 16:53:34 reggie@mdk10.(none) +1 -1
    fixed stupid typo that added a ! before my_access

# 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:	reggie
# Host:	mdk10.(none)
# Root:	/home/reggie/bk/bug9148

--- 1.19/mysys/mf_pack.c	2005-05-20 16:03:54 -05:00
+++ 1.20/mysys/mf_pack.c	2005-05-20 16:53:34 -05:00
@@ -226,7 +226,7 @@
 {
   char buff[FN_REFLEN];
   char *pos=strend(dir);
-  if (dir[0] && pos[-1] != FN_DEVCHAR && !my_access(dir, F_OK))
+  if (dir[0] && pos[-1] != FN_DEVCHAR && my_access(dir, F_OK))
   {
     File file;
     uint length;
Thread
bk commit into 4.1 tree (reggie:1.2287)reggie20 May