From: Date: August 21 2006 2:09pm Subject: bk commit into 5.0 tree (msvensson:1.2246) List-Archive: http://lists.mysql.com/commits/10667 Message-Id: <20060821120947.E98D5860075@localhost.localdomain> 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:09:38+02:00, msvensson@shellback.(none) +1 -0 Merge bk-internal:/home/bk/mysql-5.0-maint into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint MERGE: 1.2216.1.35 tests/mysql_client_test.c@stripped, 2006-08-21 14:09:35+02:00, msvensson@shellback.(none) +0 -0 Auto merged MERGE: 1.195.1.7 # 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/RESYNC --- 1.202/tests/mysql_client_test.c 2006-08-21 14:09:47 +02:00 +++ 1.203/tests/mysql_client_test.c 2006-08-21 14:09:47 +02:00 @@ -14975,6 +14975,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);