List:Internals« Previous MessageNext Message »
From:Martin Skold Date:April 20 2005 9:08am
Subject:bk commit into 4.1 tree (mskold:1.2200) BUG#10001
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of marty. When marty 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.2200 05/04/20 11:08:53 mskold@stripped +1 -0
  Removed forgotten abort() call, bug#10001

  ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
    1.53 05/04/20 11:07:49 mskold@stripped +0 -1
    Removed forgotten abort() call

# 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:	mskold
# Host:	blowfish.ndb.mysql.com
# Root:	/usr/local/home/marty/MySQL/mysql-4.1

--- 1.52/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	Thu Mar  3 12:31:56 2005
+++ 1.53/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	Wed Apr 20 11:07:49 2005
@@ -1838,7 +1838,6 @@
   do {
     if (cfirstfreeDatabuf == RNIL) {
       jam();
-      abort();
       seizeDatabuferrorLab(signal);
       return;
     }//if
Thread
bk commit into 4.1 tree (mskold:1.2200) BUG#10001Martin Skold20 Apr