List:Commits« Previous MessageNext Message »
From:jonas Date:May 30 2008 9:02am
Subject:bk commit into 5.1 tree (jonas:1.2619)
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-30 11:02:04+02:00, jonas@stripped +1 -0
  ndb 
    change errno for NF_FakeErrorREF = 99
  as lots of testcode use error 1
  

  storage/ndb/include/kernel/signaldata/SchemaTransImpl.hpp@stripped, 2008-05-30 11:02:01+02:00, jonas@stripped +1 -1
    change errno for NF_FakeErrorREF = 99
    as lots of testcode use error 1
    

diff -Nrup a/storage/ndb/include/kernel/signaldata/SchemaTransImpl.hpp b/storage/ndb/include/kernel/signaldata/SchemaTransImpl.hpp
--- a/storage/ndb/include/kernel/signaldata/SchemaTransImpl.hpp	2008-05-09 09:09:19 +02:00
+++ b/storage/ndb/include/kernel/signaldata/SchemaTransImpl.hpp	2008-05-30 11:02:01 +02:00
@@ -69,7 +69,7 @@ struct SchemaTransImplRef
     TooManySchemaOps = 783,
     SeizeFailed = 783,
     InvalidTransState = 784,
-    NF_FakeErrorREF = 1
+    NF_FakeErrorREF = 99
   };
   Uint32 senderRef;
   union { Uint32 transKey, senderData; };
Thread
bk commit into 5.1 tree (jonas:1.2619)jonas30 May