mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Remove confusing printout
This commit is contained in:
parent
36c86a4df6
commit
b5d805b2d6
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue