summaryrefslogtreecommitdiff
path: root/myisam/mi_test2.c
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-11-17 13:06:32 +0200
committerunknown <monty@mashka.mysql.fi>2003-11-17 13:06:32 +0200
commit348416e930dd37137fc74f17c67d84d3e7274ce9 (patch)
tree5b401d36aa738b4c2b5a12eea96d96ffe6285656 /myisam/mi_test2.c
parenta2611f9ec61ab3de5177d389aa204db98548da14 (diff)
downloadmariadb-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.c4
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");