List:Commits« Previous MessageNext Message »
From:msvensson Date:March 23 2006 3:21pm
Subject:bk commit into 5.0 tree (msvensson:1.2099)
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.2099 06/03/23 16:21:20 msvensson@shellback.(none) +1 -0
  Update after merge, function renamed

  client/mysqltest.c
    1.229 06/03/23 16:21:15 msvensson@shellback.(none) +1 -4
    Update after merge, function renamed

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

--- 1.228/client/mysqltest.c	2006-03-23 15:24:55 +01:00
+++ 1.229/client/mysqltest.c	2006-03-23 16:21:15 +01:00
@@ -634,10 +634,7 @@
 
   /* Dump the result that has been accumulated so far to reject file */
   if (result_file && ds_res.length)
-  {
-
-    reject_dump(result_file, ds_res.str, ds_res.length);
-  }
+    dump_result_to_reject_file(result_file, ds_res.str, ds_res.length);
 
   /* Clean up and exit */
   free_used_memory();
Thread
bk commit into 5.0 tree (msvensson:1.2099)msvensson23 Mar