summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-08-21 14:09:38 +0200
committerunknown <msvensson@shellback.(none)>2006-08-21 14:09:38 +0200
commit7a8f8733e310659522806ebf56b559bba538bff4 (patch)
treef8727c731c1bfdb110bcaac0ca0081f920b0d713 /tests
parent3468780e0cb431bfedc399b1cd0924b3dc0b3ddc (diff)
parentd36b0cdf497d5fe556ac671c7a41dc606b2881d0 (diff)
downloadmariadb-git-7a8f8733e310659522806ebf56b559bba538bff4.tar.gz
Merge bk-internal:/home/bk/mysql-5.0-maint
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint tests/mysql_client_test.c: Auto merged
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index f8c091e37f7..88c1a5737d3 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -14975,6 +14975,8 @@ static void test_bug17667()
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);