summaryrefslogtreecommitdiff
path: root/mysys/mf_keycache.c
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-11-18 18:54:27 +0200
committermonty@mashka.mysql.fi <>2003-11-18 18:54:27 +0200
commita47d56088f15618158701c7d480c54551ae89603 (patch)
tree21a08cbc0f6aecfbbbf13d5cac0d19bc67952322 /mysys/mf_keycache.c
parentb60aea40588c02a531c8f62c20bf6472c90870b6 (diff)
parent2846a16c57bff1cd22811656ad4a434f9342e5e8 (diff)
downloadmariadb-git-a47d56088f15618158701c7d480c54551ae89603.tar.gz
Merge with 4.0 tree
Diffstat (limited to 'mysys/mf_keycache.c')
-rw-r--r--mysys/mf_keycache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/mf_keycache.c b/mysys/mf_keycache.c
index 280b69b18bf..406b826382a 100644
--- a/mysys/mf_keycache.c
+++ b/mysys/mf_keycache.c
@@ -2038,7 +2038,7 @@ static int flush_cached_blocks(KEY_CACHE *keycache,
/*
flush all key blocks for a file to disk, but don't do any mutex locks
- flush_key_blocks()
+ flush_key_blocks_int()
keycache pointer to a key cache data structure
file handler for the file to flush to
flush_type type of the flush
@@ -2255,7 +2255,7 @@ restart:
RETURN
0 ok
1 error
- */
+*/
int flush_key_blocks(KEY_CACHE_HANDLE key_cache,
File file, enum flush_type type)