List:Commits« Previous MessageNext Message »
From:msvensson Date:February 20 2006 12:05pm
Subject:bk commit into 5.0 tree (msvensson:1.2026)
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.2026 06/02/20 12:05:45 msvensson@neptunus.(none) +1 -0
  Fix typo

  client/mysqltest.c
    1.198 06/02/20 12:05:41 msvensson@neptunus.(none) +1 -1
    Typo % should be %s

# 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:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysqltest_replace/my50-mysqltest_replace

--- 1.197/client/mysqltest.c	2006-02-17 12:07:40 +01:00
+++ 1.198/client/mysqltest.c	2006-02-20 12:05:41 +01:00
@@ -1088,7 +1088,7 @@
   do_eval(&ds_cmd, cmd);
   cmd= ds_cmd.str;
 
-  DBUG_PRINT("info", ("Executing '%' as '%s'",
+  DBUG_PRINT("info", ("Executing '%s' as '%s'",
                       query->first_argument, cmd));
 
   if (!(res_file= popen(cmd, "r")) && query->abort_on_error)
Thread
bk commit into 5.0 tree (msvensson:1.2026)msvensson20 Feb