mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
A DBUG_RETURN to match a DBUG_ENTER
myisam/mi_dynrec.c: need DBUG_RETURN as we DBUG_ENTER
This commit is contained in:
parent
bfa22229eb
commit
9bf1414317
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ static int update_backward_delete_link(MI_INFO *info, my_off_t delete_block,
|
|||
DBUG_RETURN(1); /* Wrong delete link */
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
/* Delete datarecord from database */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue