summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-12-13 18:10:53 +0100
committermsvensson@neptunus.(none) <>2005-12-13 18:10:53 +0100
commitb5d805b2d6e552c07257d5adf4da9737d3a343a3 (patch)
tree20f24240b7d6c0e3e31dba1eb1eff8c8a355f169 /client
parent36c86a4df64a01df6cf6dab96415fee1429f3a90 (diff)
downloadmariadb-git-b5d805b2d6e552c07257d5adf4da9737d3a343a3.tar.gz
Remove confusing printout
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 3f8b6582eb9..8938df1944f 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -3500,12 +3500,6 @@ static void handle_error(const char *query, struct st_query *q,
q->query, err_sqlstate, q->expected_errno[0].code.sqlstate);
}
- /*
- If we do not abort on error, failure to run the query does not fail the
- whole test case.
- */
- verbose_msg("query '%s' failed: %d: %s", q->query, err_errno,
- err_error);
DBUG_VOID_RETURN;
}