From 7e4d89c97379249ace6633bc406ff2ec2418252a Mon Sep 17 00:00:00 2001 From: Igor Babaev Date: Tue, 16 Feb 2010 08:41:11 -0800 Subject: WL#86: Partitioned key cache for MyISAM. This is the base patch for the task. --- storage/myisam/mi_close.c | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/myisam/mi_close.c') diff --git a/storage/myisam/mi_close.c b/storage/myisam/mi_close.c index fbd24237286..a8d678494f5 100644 --- a/storage/myisam/mi_close.c +++ b/storage/myisam/mi_close.c @@ -64,6 +64,7 @@ int mi_close(register MI_INFO *info) if (share->kfile >= 0) abort();); if (share->kfile >= 0 && flush_key_blocks(share->key_cache, share->kfile, + &share->dirty_part_map, ((share->temporary || share->deleting) ? FLUSH_IGNORE_CHANGED : FLUSH_RELEASE))) -- cgit v1.2.1