diff options
author | unknown <istruewing@stella.local> | 2007-11-14 14:42:11 +0100 |
---|---|---|
committer | unknown <istruewing@stella.local> | 2007-11-14 14:42:11 +0100 |
commit | 3160957ebfea0b2caafd226c3eab7fe11d9b242e (patch) | |
tree | 89af875f87950fccca63c9cf5cc62564e085246d /myisam | |
parent | 09e24d1337c2c46bfb5bfaeb7e051f502d8d6bdc (diff) | |
parent | 706a8b09ae1c208adcf79d19309fcf8127973b63 (diff) | |
download | mariadb-git-3160957ebfea0b2caafd226c3eab7fe11d9b242e.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines
into stella.local:/home2/mydev/mysql-5.0-bug4692
myisam/mi_check.c:
Auto merged
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++) |