List:Commits« Previous MessageNext Message »
From:tomas Date:December 11 2007 10:41am
Subject:bk commit into 5.0 tree (tomas:1.2575)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tomas. When tomas 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, 2007-12-11 11:41:19+01:00, tomas@stripped +2 -0
  remoce compiler warnings

  ndb/src/ndbapi/NdbOperationDefine.cpp@stripped, 2007-12-11 11:41:16+01:00, tomas@stripped +2 -0
    remoce compiler warnings

  ndb/src/ndbapi/NdbOperationSearch.cpp@stripped, 2007-12-11 11:41:16+01:00, tomas@stripped +2 -0
    remoce compiler warnings

diff -Nrup a/ndb/src/ndbapi/NdbOperationDefine.cpp b/ndb/src/ndbapi/NdbOperationDefine.cpp
--- a/ndb/src/ndbapi/NdbOperationDefine.cpp	2007-11-14 13:06:16 +01:00
+++ b/ndb/src/ndbapi/NdbOperationDefine.cpp	2007-12-11 11:41:16 +01:00
@@ -586,6 +586,8 @@ NdbOperation::setValue( const NdbColumnI
     slack = 4 * totalSizeInWords - attributeSize;
     break;
   }
+  default:
+    break;
   }
   
   if (((UintPtr)aValue & 3) != 0 || (slack != 0))
diff -Nrup a/ndb/src/ndbapi/NdbOperationSearch.cpp b/ndb/src/ndbapi/NdbOperationSearch.cpp
--- a/ndb/src/ndbapi/NdbOperationSearch.cpp	2007-10-26 08:42:31 +02:00
+++ b/ndb/src/ndbapi/NdbOperationSearch.cpp	2007-12-11 11:41:16 +01:00
@@ -169,6 +169,8 @@ NdbOperation::equal_impl(const NdbColumn
         slack = 4*totalSizeInWords - attributeSize;
         break;
       }
+      default:
+        break;
       }
       
       if (((align & 3) != 0) || (slack != 0) || (tDistrKey && (align != 0)))
Thread
bk commit into 5.0 tree (tomas:1.2575)tomas11 Dec