List:Commits« Previous MessageNext Message »
From:msvensson Date:August 21 2006 2:07pm
Subject:bk commit into 5.0 tree (msvensson:1.2251)
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@stripped, 2006-08-21 14:06:59+02:00, msvensson@shellback.(none) +1 -0
  Print lines from log file to see what's in them

  tests/mysql_client_test.c@stripped, 2006-08-21 14:06:56+02:00, msvensson@shellback.(none)
+2 -0
    Print lines from log file to see what's in them

# 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/mysql-5.0-maint

--- 1.201/tests/mysql_client_test.c	2006-08-21 14:07:06 +02:00
+++ 1.202/tests/mysql_client_test.c	2006-08-21 14:07:07 +02:00
@@ -14963,6 +14963,8 @@
             DIE("Read error");
           }
         }
+        /* Print the line */
+        printf("%s", line_buffer);
 
       } while (my_memmem(line_buffer, MAX_TEST_QUERY_LENGTH*2,
             statement_cursor->buffer, statement_cursor->length) == NULL);
Thread
bk commit into 5.0 tree (msvensson:1.2251)msvensson21 Aug