List:Commits« Previous MessageNext Message »
From:tomas Date:March 9 2006 8:30am
Subject:bk commit into 5.1 tree (tomas:1.2152)
View as plain text  
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.2152 06/03/09 09:30:32 tomas@stripped +1 -0
  missing DBUG_RETURN added

  sql/ha_ndbcluster_binlog.cc
    1.32 06/03/09 09:30:25 tomas@stripped +2 -1
    missing DBUG_RETURN added

# 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.31/sql/ha_ndbcluster_binlog.cc	2006-03-09 01:04:06 +01:00
+++ 1.32/sql/ha_ndbcluster_binlog.cc	2006-03-09 09:30:25 +01:00
@@ -1746,7 +1746,8 @@
   while ((schema= post_epoch_unlock_list->pop()))
   {
     ndbcluster_update_slock(thd, schema->db, schema->name);
-  }      
+  }
+  DBUG_VOID_RETURN;
 }
 
 /*
Thread
bk commit into 5.1 tree (tomas:1.2152)tomas9 Mar