List:Internals« Previous MessageNext Message »
From:Patrick Galbraith Date:July 22 2005 6:56pm
Subject:bk commit into 5.0 tree (patg:1.1964)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.1964 05/07/22 20:56:08 patg@stripped +1 -0
  removed DBUG code from ha_federated.cc causing windows compile problems. 
  This is for the release bk tree, same change as 1.1890, which JimW approved.

  sql/ha_federated.cc
    1.36 05/07/22 20:55:53 patg@stripped +0 -1
    removed DBUG code

# 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-5.0-release

--- 1.35/sql/ha_federated.cc	2005-07-19 20:21:01 +02:00
+++ 1.36/sql/ha_federated.cc	2005-07-22 20:55:53 +02:00
@@ -762,7 +762,6 @@
     (*field)->move_field(-old_ptr);
   }
 
-  DBUG_DUMP("record", record, table->s->reclength);
   DBUG_RETURN(0);
 }
 
Thread
bk commit into 5.0 tree (patg:1.1964)Patrick Galbraith23 Jul