List:Commits« Previous MessageNext Message »
From:msvensson Date:March 23 2006 8:45pm
Subject:bk commit into 5.0 tree (msvensson:1.2106)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.2106 06/03/23 21:45:00 msvensson@stripped +1 -0
  Remove DBUG print that looks at args[0]  even if arg_count is 0

  sql/item_func.cc
    1.276 06/03/23 21:44:54 msvensson@stripped +0 -3
    Remove DBUG print that looks at args[0]  even if arg_count is 0

# 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:	msvensson
# Host:	devsrv-b.mysql.com
# Root:	/users/msvensson/mysql-5.0

--- 1.275/sql/item_func.cc	2006-03-20 21:34:55 +01:00
+++ 1.276/sql/item_func.cc	2006-03-23 21:44:54 +01:00
@@ -2805,9 +2805,6 @@
 {
   DBUG_ASSERT(fixed == 1);
   DBUG_ENTER("Item_func_udf_int::val_int");
-  DBUG_PRINT("info",("result_type: %d  arg_count: %d",
-		     args[0]->result_type(), arg_count));
-
   DBUG_RETURN(udf.val_int(&null_value));
 }
 
Thread
bk commit into 5.0 tree (msvensson:1.2106)msvensson23 Mar