diff options
author | unknown <istruewing@stella.local> | 2007-11-14 15:22:54 +0100 |
---|---|---|
committer | unknown <istruewing@stella.local> | 2007-11-14 15:22:54 +0100 |
commit | 9e72c76c56dc1ad53bc457c0572abe803714c23b (patch) | |
tree | a748c0c1c8158fe5111b60de64af24b1692d27f6 /storage/myisam/mi_check.c | |
parent | 90133111265561e6f663b299660a29438af1804c (diff) | |
parent | 7af006feefcbf2904396a43900b2023e9709fd45 (diff) | |
download | mariadb-git-9e72c76c56dc1ad53bc457c0572abe803714c23b.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-engines
into stella.local:/home2/mydev/mysql-5.1-bug4692
storage/myisam/mi_check.c:
Auto merged
Diffstat (limited to 'storage/myisam/mi_check.c')
-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 4d9501f37d2..d9b7033455c 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++) |