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 /myisam/mi_test2.c | |
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 'myisam/mi_test2.c')
-rw-r--r-- | myisam/mi_test2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/mi_test2.c b/myisam/mi_test2.c index 2a658ca2054..11253f1fdee 100644 --- a/myisam/mi_test2.c +++ b/myisam/mi_test2.c @@ -267,9 +267,9 @@ int main(int argc, char *argv[]) puts("got error from mi_extra(HA_EXTRA_NO_CACHE)"); goto end; } - if (key_cacheing) - resize_key_cache(key_cache_size*2); } + if (key_cacheing) + resize_key_cache(key_cache_size*2); if (!silent) printf("- Delete\n"); |