List:Commits« Previous MessageNext Message »
From:msvensson Date:October 5 2007 4:22pm
Subject:bk commit into 5.1 tree (msvensson:1.2576)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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@stripped, 2007-10-05 18:22:28+02:00, msvensson@shellback.(none) +1 -0
  Update for 5.1 format of dirname_part

  client/mysqltest.c@stripped, 2007-10-05 18:22:24+02:00, msvensson@shellback.(none) +2 -2
    Update for 5.1 format of dirname_part

diff -Nrup a/client/mysqltest.c b/client/mysqltest.c
--- a/client/mysqltest.c	2007-10-05 18:19:31 +02:00
+++ b/client/mysqltest.c	2007-10-05 18:22:24 +02:00
@@ -1562,8 +1562,8 @@ void check_result(DYNAMIC_STRING* ds)
       Result mismatched, dump results to .reject file
       and then show the diff
     */
-    char reject_file[FN_REFLEN];
-    dirname_part(reject_file, result_file_name);
+    char reject_file[FN_REFLEN], reject_length;
+    dirname_part(reject_file, result_file_name, &reject_length);
 
     if (access(reject_file, W_OK) == 0)
     {
Thread
bk commit into 5.1 tree (msvensson:1.2576)msvensson5 Oct