diff options
author | monty@mysql.com <> | 2004-05-17 01:52:13 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-17 01:52:13 +0300 |
commit | cd3dab49cc4f3b227b65419a5f12f66c4e0a76a0 (patch) | |
tree | b9fa88577b516df5fb27de3970ec9eab9aaef532 /myisam | |
parent | a79a3f5724cb577a37f3337ca7ae429b6dc56e9c (diff) | |
parent | 1e860400f3a260c01a00bada514df7f34ec462c0 (diff) | |
download | mariadb-git-cd3dab49cc4f3b227b65419a5f12f66c4e0a76a0.tar.gz |
Merge with 4.0.20
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/mi_dynrec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_dynrec.c b/myisam/mi_dynrec.c index 30a4762abe0..f64e774810d 100644 --- a/myisam/mi_dynrec.c +++ b/myisam/mi_dynrec.c @@ -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 */ |