summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-08-22 08:30:33 +0200
committerunknown <msvensson@neptunus.(none)>2006-08-22 08:30:33 +0200
commit3d847396a29cd5c31820700d36f70e52961e1c37 (patch)
tree93cf259c791bd6c0a9c74f63ec7e6cd9c8645ece /tests
parentc2e845189e2c72ffb6e1a3d4a512c013ce5323e6 (diff)
downloadmariadb-git-3d847396a29cd5c31820700d36f70e52961e1c37.tar.gz
Remove debug printout from mysql_client_test
tests/mysql_client_test.c: Remove debug printout
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);