diff options
author | istruewing@stella.local <> | 2007-11-14 12:02:20 +0100 |
---|---|---|
committer | istruewing@stella.local <> | 2007-11-14 12:02:20 +0100 |
commit | 43a53121570b9da6e857c4cf01e0fee28e310fd8 (patch) | |
tree | 000ce2158b68da49dceb245552261b5a84749322 /myisam | |
parent | 7491e15f21f6e8dfbd29c9d4647eec5fe4abb3d2 (diff) | |
download | mariadb-git-43a53121570b9da6e857c4cf01e0fee28e310fd8.tar.gz |
Bug#4692 - DISABLE/ENABLE KEYS waste a space
Post-pushbuild fix
Added a purecov comment and a test for coverage of parallel
enable keys.
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 ba308f75d24..04bb0271fa3 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++) |