diff options
author | istruewing@stella.local <> | 2007-11-14 14:42:11 +0100 |
---|---|---|
committer | istruewing@stella.local <> | 2007-11-14 14:42:11 +0100 |
commit | 398caa9ad8a93b1f5f860350ac6d716f14174260 (patch) | |
tree | 89af875f87950fccca63c9cf5cc62564e085246d /myisam | |
parent | b4ad73d079cc4acf23a647da438f880b0d08527c (diff) | |
parent | 43a53121570b9da6e857c4cf01e0fee28e310fd8 (diff) | |
download | mariadb-git-398caa9ad8a93b1f5f860350ac6d716f14174260.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines
into stella.local:/home2/mydev/mysql-5.0-bug4692
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/mi_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_check.c b/myisam/mi_check.c index 7442693d901..420bc974752 100644 --- a/myisam/mi_check.c +++ b/myisam/mi_check.c @@ -1487,7 +1487,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++) |