diff options
author | istruewing@stella.local <> | 2007-11-14 12:51:36 +0100 |
---|---|---|
committer | istruewing@stella.local <> | 2007-11-14 12:51:36 +0100 |
commit | 500d5c788ed42c8dd8837aadf14e2519f0d5b15b (patch) | |
tree | 1b533bd165fa5790312c8c37192da71742cea328 /storage/myisam | |
parent | 6223deb694946e5a2c3e46eaf4f2ce5624b5e78a (diff) | |
parent | 43a53121570b9da6e857c4cf01e0fee28e310fd8 (diff) | |
download | mariadb-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.c | 2 |
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++) |