Commit 152b89c9 authored by unknown's avatar unknown

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.
parent 637232d9
...@@ -3500,12 +3500,6 @@ static void handle_error(const char *query, struct st_query *q, ...@@ -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); 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; DBUG_VOID_RETURN;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment