List:Internals« Previous MessageNext Message »
From:Patrick Galbraith Date:August 26 2005 8:29pm
Subject:bk commit into 4.1 tree (patg:1.2397)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of patg. When patg 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.2397 05/08/26 20:29:26 patg@stripped +1 -0
  typo to DBUG_RETURN fixed

  sql/ha_blackhole.cc
    1.10 05/08/26 20:29:18 patg@stripped +1 -1
    Typo to DBUG_RETURN fixed

# 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:	patg
# Host:	radha.local
# Root:	/Users/patg/mysql-build/mysql-4.1

--- 1.9/sql/ha_blackhole.cc	2005-08-26 02:09:13 +02:00
+++ 1.10/sql/ha_blackhole.cc	2005-08-26 20:29:18 +02:00
@@ -133,7 +133,7 @@
                                          THR_LOCK_DATA **to,
                                          enum thr_lock_type lock_type)
 {
-  DEBUG_RETURN(to);
+  DBUG_RETURN(to);
 }
 
 
Thread
bk commit into 4.1 tree (patg:1.2397)Patrick Galbraith26 Aug