Below is the list of changes that have just been committed into a local
5.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@stripped, 2007-08-06 11:20:49+02:00, mskold@stripped +1 -0
Removed compiler warning
storage/ndb/include/transporter/TransporterRegistry.hpp@stripped, 2007-08-06 11:20:08+02:00, mskold@stripped +1 -1
Removed compiler warning
# 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: linux.site
# Root: /windows/Linux_space/MySQL/mysql-5.1-telco-6.2
--- 1.26/storage/ndb/include/transporter/TransporterRegistry.hpp 2007-08-06 11:21:01 +02:00
+++ 1.27/storage/ndb/include/transporter/TransporterRegistry.hpp 2007-08-06 11:21:01 +02:00
@@ -356,7 +356,7 @@ private:
inline void
TransporterRegistry::set_status_overloaded(Uint32 nodeId, bool val)
{
- assert(nodeId < MAX_NTRANSPORTERS);
+ assert(nodeId < (Uint32) MAX_NTRANSPORTERS);
m_status_overloaded.set(nodeId, val);
}
| Thread |
|---|
| • bk commit into 5.1 tree (mskold:1.2604) | Martin Skold | 6 Aug |