List:Commits« Previous MessageNext Message »
From:jonas Date:August 24 2006 8:31pm
Subject:bk commit into 5.1 tree (jonas:1.2284)
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, 2006-08-24 20:31:12+02:00, jonas@stripped +2 -0
  ndb -
    disable ndb_binlog_discover as it's broken
    remove debug printout

  mysql-test/t/disabled.def@stripped, 2006-08-24 20:31:10+02:00, jonas@stripped +1
-0
    disable ndb_binlog_discover as it's broken

  storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp@stripped, 2006-08-24 20:31:10+02:00,
jonas@stripped +0 -1
    remove debug printout

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/51-work

--- 1.187/mysql-test/t/disabled.def	2006-08-24 20:31:16 +02:00
+++ 1.188/mysql-test/t/disabled.def	2006-08-24 20:31:16 +02:00
@@ -43,3 +43,4 @@
 #rpl_truncate_7ndb        : BUG#21298 2006-07-27 msvensson
 crash_commit_before      : 2006-08-02 msvensson
 rpl_ndb_dd_advance       : BUG#18679 2006-07-28 jimw (Test fails randomly)
+ndb_binlog_discover      : bug#21806 2006-08-24

--- 1.67/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp	2006-08-24 20:31:16 +02:00
+++ 1.68/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp	2006-08-24 20:31:16 +02:00
@@ -1791,7 +1791,6 @@
       DBUG_PRINT("info", ("m_ref_count: %u for op: %p", op->m_ref_count, op));
       break;
     case NdbDictionary::Event::_TE_STOP:
-      ndbout_c("sdata->ndbd_nodeid: %d", SubTableData::getNdbdNodeId(ri));
       op->m_node_bit_mask.clear(SubTableData::getNdbdNodeId(ri));
       if (op->m_node_bit_mask.isclear())
       {
Thread
bk commit into 5.1 tree (jonas:1.2284)jonas24 Aug