List:Commits« Previous MessageNext Message »
From:tomas Date:March 10 2006 10:42am
Subject:bk commit into 5.1 tree (tomas:1.2168)
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.2168 06/03/10 10:41:52 tomas@stripped +1 -0
  added missing dbug_return

  sql/ha_ndbcluster_binlog.cc
    1.34 06/03/10 10:41:44 tomas@stripped +1 -1
    added missing dbug_return

# 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.33/sql/ha_ndbcluster_binlog.cc	2006-03-09 15:50:13 +01:00
+++ 1.34/sql/ha_ndbcluster_binlog.cc	2006-03-10 10:41:44 +01:00
@@ -1477,7 +1477,7 @@
 
   if (do_close_cached_tables)
     close_cached_tables((THD*) 0, 0, (TABLE_LIST*) 0);
-  return 0;
+  DBUG_RETURN(0);
 }
 
 static int
Thread
bk commit into 5.1 tree (tomas:1.2168)tomas10 Mar