summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-08-22 08:30:33 +0200
committermsvensson@neptunus.(none) <>2006-08-22 08:30:33 +0200
commitaa944afbe7497d6b991355326732c05ebe546607 (patch)
tree93cf259c791bd6c0a9c74f63ec7e6cd9c8645ece /tests
parent4930281dd45a3de7dd61447cf05d3393fe5da2b9 (diff)
downloadmariadb-git-aa944afbe7497d6b991355326732c05ebe546607.tar.gz
Remove debug printout from mysql_client_test
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 88c1a5737d3..f8c091e37f7 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -14975,8 +14975,6 @@ 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);