summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <istruewing@stella.local>2007-11-14 12:02:20 +0100
committerunknown <istruewing@stella.local>2007-11-14 12:02:20 +0100
commit706a8b09ae1c208adcf79d19309fcf8127973b63 (patch)
tree000ce2158b68da49dceb245552261b5a84749322 /myisam
parent001c78e29e7a917bad4d64673e84230768d936ad (diff)
downloadmariadb-git-706a8b09ae1c208adcf79d19309fcf8127973b63.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. myisam/mi_check.c: Bug#4692 - DISABLE/ENABLE KEYS waste a space Added purecov comment. mysql-test/r/myisam.result: Bug#4692 - DISABLE/ENABLE KEYS waste a space Added test result. mysql-test/t/myisam.test: Bug#4692 - DISABLE/ENABLE KEYS waste a space Added test for coverage of parallel enable keys.
Diffstat (limited to 'myisam')
-rw-r--r--myisam/mi_check.c2
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++)