List:Commits« Previous MessageNext Message »
From:'Hartmut Holzgraefe' Date:October 21 2006 11:45pm
Subject:bk commit into 5.1 tree (hartmut:1.2333) BUG#23530
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of hartmut. When hartmut 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@stripped, 2006-10-21 23:44:48+02:00, hartmut@stripped +1 -0
  added missing DBUG_PRINT argument (Bug #23530)

  mysys/my_dup.c@stripped, 2006-10-21 23:44:38+02:00, hartmut@stripped +1 -1
    added missing DBUG_PRINT argument (Bug #23530)

# 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:	hartmut
# Host:	linux.site
# Root:	/home/hartmut/projects/mysql/dev/5.1-maint

--- 1.7/mysys/my_dup.c	2006-10-21 23:45:02 +02:00
+++ 1.8/mysys/my_dup.c	2006-10-21 23:45:02 +02:00
@@ -29,7 +29,7 @@
   File fd;
   const char *filename;
   DBUG_ENTER("my_dup");
-  DBUG_PRINT("my",("file: %d  MyFlags: %d", MyFlags));
+  DBUG_PRINT("my",("file: %d  MyFlags: %d", file, MyFlags));
   fd = dup(file);
   filename= (((uint) file < my_file_limit) ?
 	     my_file_info[(int) file].name : "Unknown");
Thread
bk commit into 5.1 tree (hartmut:1.2333) BUG#23530'Hartmut Holzgraefe'21 Oct