diff options
author | unknown <msvensson@neptunus.(none)> | 2005-12-13 18:10:53 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-12-13 18:10:53 +0100 |
commit | 152b89c96e4008be0afc5ebe40652aa2de8ed865 (patch) | |
tree | 20f24240b7d6c0e3e31dba1eb1eff8c8a355f169 /client | |
parent | 637232d90bf9c0a7eae7c3a56f8a9889a6b1f971 (diff) | |
download | mariadb-git-152b89c96e4008be0afc5ebe40652aa2de8ed865.tar.gz |
Remove confusing printout
client/mysqltest.c:
Remove printout to stderr about expected failure of a command, if we want it logged, it has already been logged to the result.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 6 |
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; } |