List:Internals« Previous MessageNext Message »
From:Patrick Galbraith Date:July 22 2005 6:29pm
Subject:bk commit into 5.0 tree (patg:1.1890)
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.1890 05/07/22 20:28:41 patg@stripped +1 -0
  Removed unnecessary debug code that cause Windows compile failure.

  sql/ha_federated.cc
    1.37 05/07/22 20:28:29 patg@stripped +0 -1
    removed unecessary DBUG_DUMP 

# 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.clean

--- 1.36/sql/ha_federated.cc	2005-07-20 18:02:25 +02:00
+++ 1.37/sql/ha_federated.cc	2005-07-22 20:28:29 +02:00
@@ -765,7 +765,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.1890)Patrick Galbraith22 Jul