summaryrefslogtreecommitdiff
path: root/storage/myisam
diff options
context:
space:
mode:
authoristruewing@stella.local <>2007-11-14 12:51:36 +0100
committeristruewing@stella.local <>2007-11-14 12:51:36 +0100
commit500d5c788ed42c8dd8837aadf14e2519f0d5b15b (patch)
tree1b533bd165fa5790312c8c37192da71742cea328 /storage/myisam
parent6223deb694946e5a2c3e46eaf4f2ce5624b5e78a (diff)
parent43a53121570b9da6e857c4cf01e0fee28e310fd8 (diff)
downloadmariadb-git-500d5c788ed42c8dd8837aadf14e2519f0d5b15b.tar.gz
Merge stella.local:/home2/mydev/mysql-5.0-bug4692
into stella.local:/home2/mydev/mysql-5.1-bug4692
Diffstat (limited to 'storage/myisam')
-rw-r--r--storage/myisam/mi_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mi_check.c b/storage/myisam/mi_check.c
index 7cd35295cb0..fdcf9009e36 100644
--- a/storage/myisam/mi_check.c
+++ b/storage/myisam/mi_check.c
@@ -1488,7 +1488,7 @@ static int mi_drop_all_indexes(MI_CHECK *param, MI_INFO *info, my_bool force)
/* Remove all key blocks of this index file from key cache. */
if ((error= flush_key_blocks(share->key_cache, share->kfile,
FLUSH_IGNORE_CHANGED)))
- goto end;
+ goto end; /* purecov: inspected */
/* Clear index root block pointers. */
for (i= 0; i < share->base.keys; i++)