List:Commits« Previous MessageNext Message »
From:jonas Date:May 27 2008 7:43pm
Subject:bk commit into 5.1 tree (jonas:1.2607) BUG#36950
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, 2008-05-27 21:43:02+02:00, jonas@stripped +1 -0
  ndb - bug#36950
    fix testcase, (autotest doesnt use debug-compile)

  storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp@stripped, 2008-05-27 21:43:00+02:00, jonas@stripped +1 -1
    ndb - bug#36950
      fix testcase, (autotest doesnt use debug-compile)

diff -Nrup a/storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp b/storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
--- a/storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2008-04-25 09:11:27 +02:00
+++ b/storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2008-05-27 21:43:00 +02:00
@@ -9556,7 +9556,7 @@ void Dbtc::execDIGETPRIMCONF(Signal* sig
      * TC - transaction hinting / scan partition pruning has failed
      * Used by testPartitioning.cpp
      */
-    ndbassert(false);
+    CRASH_INSERTION(8050);
   }
 
   ndbrequire(scanFragptr.p->scanFragState == ScanFragRec::WAIT_GET_PRIMCONF);
Thread
bk commit into 5.1 tree (jonas:1.2607) BUG#36950jonas27 May