summaryrefslogtreecommitdiff
path: root/myisam/mi_check.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-01-26 01:19:47 +0200
committermonty@hundin.mysql.fi <>2002-01-26 01:19:47 +0200
commitb9d3a55238c02baf8f4b088530e924934ecbf74c (patch)
tree5ccc31c365805428193f80c2e7fe45e9c87a8173 /myisam/mi_check.c
parenta880ec9423313c5397135883fb0b4b17fc7022db (diff)
downloadmariadb-git-b9d3a55238c02baf8f4b088530e924934ecbf74c.tar.gz
Update needed for SuSE 7.3
Update for autoconf 2.52
Diffstat (limited to 'myisam/mi_check.c')
-rw-r--r--myisam/mi_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_check.c b/myisam/mi_check.c
index 7839de20bb8..20c9f9660d1 100644
--- a/myisam/mi_check.c
+++ b/myisam/mi_check.c
@@ -2355,7 +2355,7 @@ static int sort_get_next_record(SORT_INFO *sort_info)
continue;
}
- if (!sort_info->fix_datafile && (b_type & BLOCK_DELETED))
+ if (!sort_info->fix_datafile)
share->state.split++;
if (! found_record++)
{