mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Remove superfluous DBUG_PRINT
This commit is contained in:
parent
326acd57c1
commit
9f055bf881
1 changed files with 0 additions and 2 deletions
|
@ -1120,8 +1120,6 @@ static void do_exec(struct st_query *query)
|
|||
("error: %d, status: %d", error, status));
|
||||
for (i= 0; i < query->expected_errors; i++)
|
||||
{
|
||||
DBUG_PRINT("info",
|
||||
("error: %d, status: %d", error, status));
|
||||
DBUG_PRINT("info", ("expected error: %d",
|
||||
query->expected_errno[i].code.errnum));
|
||||
if ((query->expected_errno[i].type == ERR_ERRNO) &&
|
||||
|
|
Loading…
Add table
Reference in a new issue