List:Internals« Previous MessageNext Message »
From:msvensson Date:January 19 2006 11:43am
Subject:bk commit into 5.1 tree (msvensson:1.1997)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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.1997 06/01/19 11:43:19 msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/bug15020/my50-bug15020
  into  neptunus.(none):/home/msvensson/mysql/bug15020/my51-bug15020

  sql/table.cc
    1.193 06/01/19 11:43:15 msvensson@neptunus.(none) +2 -3
    Merge BUG#15020  from 5.0 -> 5.1

# 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/bug15020/my51-bug15020/RESYNC

--- 1.192/sql/table.cc	2005-11-30 22:43:49 +01:00
+++ 1.193/sql/table.cc	2006-01-19 11:43:15 +01:00
@@ -1626,7 +1626,8 @@
     else
     {
       strxmov(buff, share->normalized_path.str, reg_ext, NullS);
-      my_error(ER_FILE_NOT_FOUND, errortype, buff, db_errno);
+      my_error((db_errno == EMFILE) ? ER_CANT_OPEN_FILE : ER_FILE_NOT_FOUND,
+               errortype, buff, db_errno);
     }
     break;
   case 2:
Thread
bk commit into 5.1 tree (msvensson:1.1997)msvensson19 Jan