diff options
author | unknown <monty@mashka.mysql.fi> | 2003-11-17 13:06:32 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-11-17 13:06:32 +0200 |
commit | 348416e930dd37137fc74f17c67d84d3e7274ce9 (patch) | |
tree | 5b401d36aa738b4c2b5a12eea96d96ffe6285656 /mysys | |
parent | a2611f9ec61ab3de5177d389aa204db98548da14 (diff) | |
download | mariadb-git-348416e930dd37137fc74f17c67d84d3e7274ce9.tar.gz |
Fix for service names on windows; Now we always put the service name last when we create a service
myisam/mi_test2.c:
Moved test so that resize_key_cache() is always tested
mysys/mf_keycache.c:
Fixed comment
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/mf_keycache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_keycache.c b/mysys/mf_keycache.c index 4cb3681b8b8..977ca6b11a7 100644 --- a/mysys/mf_keycache.c +++ b/mysys/mf_keycache.c @@ -669,7 +669,7 @@ static int flush_key_blocks_int(File file, enum flush_type type) Flush all blocks for a specific file to disk SYNOPSIS - flush_all_key_blocks() + flush_key_blocks() file File descriptor type Type of flush operation |