Below is the list of changes that have just been committed into a local
5.1 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
1.2164 06/03/07 14:44:33 tomas@stripped +1 -0
Bug #18016 Some debug output in non-debug build
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
1.46 06/03/07 14:44:23 tomas@stripped +2 -0
Bug #18016 Some debug output in non-debug build
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-new
--- 1.45/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp 2006-03-03 11:04:33 +01:00
+++ 1.46/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp 2006-03-07 14:44:23 +01:00
@@ -1252,12 +1252,14 @@
* Already completed GCI...
* Possible in case of resend during NF handling
*/
+#ifdef VM_TRACE
ndbout << "bucket == 0, gci:" << gci
<< " complete: " << m_complete_data << endl;
for(Uint32 i = 0; i<m_active_gci.size(); i++)
{
ndbout << i << " - " << m_active_gci[i] << endl;
}
+#endif
DBUG_VOID_RETURN_EVENT;
}
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2164) BUG#18016 | tomas | 7 Mar |