List:Internals« Previous MessageNext Message »
From:msvensson Date:January 17 2006 2:53pm
Subject:bk commit into 5.0 tree (msvensson:1.2035)
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.2035 06/01/17 14:53:24 msvensson@neptunus.(none) +2 -0
  Merge neptunus.(none):/home/msvensson/mysql/bug14634/my41-bug14634
  into  neptunus.(none):/home/msvensson/mysql/bug14634/my50-bug14634

  sql/sql_select.cc
    1.379 06/01/17 14:53:19 msvensson@neptunus.(none) +0 -5
    Auto merged

  sql/handler.cc
    1.206 06/01/17 14:53:18 msvensson@neptunus.(none) +0 -0
    Auto merged

# 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/bug14634/my50-bug14634/RESYNC

--- 1.205/sql/handler.cc	2005-11-25 11:42:46 +01:00
+++ 1.206/sql/handler.cc	2006-01-17 14:53:18 +01:00
@@ -1664,6 +1664,11 @@
   case ENOENT:
     textno=ER_FILE_NOT_FOUND;
     break;
+  case ENOSPC:
+    my_printf_error(ER_DISK_FULL,
+		    "Disk full, could not write to '%s'",
+		    MYF(0), table->path);
+    DBUG_VOID_RETURN;
   case HA_ERR_KEY_NOT_FOUND:
   case HA_ERR_NO_ACTIVE_RECORD:
   case HA_ERR_END_OF_FILE:
Thread
bk commit into 5.0 tree (msvensson:1.2035)msvensson17 Jan