diff options
author | unknown <msvensson@shellback.(none)> | 2006-08-21 14:06:59 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-08-21 14:06:59 +0200 |
commit | d36b0cdf497d5fe556ac671c7a41dc606b2881d0 (patch) | |
tree | 8e3fecf1f4b6eca1d7b927eef732eb1d046c2a27 /tests | |
parent | 032baf1f56f29bfda83f106da03ab74e272b6929 (diff) | |
download | mariadb-git-d36b0cdf497d5fe556ac671c7a41dc606b2881d0.tar.gz |
Print lines from log file to see what's in them
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index c64ebc9e281..8d85358d740 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -14963,6 +14963,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); |