List:Commits« Previous MessageNext Message »
From:jonas Date:October 10 2006 1:26pm
Subject:bk commit into 5.1 tree (jonas:1.2303)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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@stripped, 2006-10-10 15:26:39+02:00, jonas@stripped +1 -0
  ndb -
    ndb_restore Return OK even if temporary errors
      (otherwise mysql-test-run/ndb_restore can fail on really slow machines)

  storage/ndb/tools/restore/restore_main.cpp@stripped, 2006-10-10 15:26:38+02:00, jonas@stripped +1 -2
    Return OK even if temporary errors

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/51-work

--- 1.46/storage/ndb/tools/restore/restore_main.cpp	2006-10-10 15:26:43 +02:00
+++ 1.47/storage/ndb/tools/restore/restore_main.cpp	2006-10-10 15:26:43 +02:00
@@ -686,10 +686,9 @@
       clearConsumers();
       ndbout_c("\nRestore successful, but encountered temporary error, "
                "please look at configuration.");
-      return NDBT_ProgramExit(NDBT_TEMPORARY);
     }               
   }
-
+  
   clearConsumers();
   return NDBT_ProgramExit(NDBT_OK);
 } // main
Thread
bk commit into 5.1 tree (jonas:1.2303)jonas10 Oct