summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-11-17 13:10:07 +0200
committerunknown <monty@mashka.mysql.fi>2003-11-17 13:10:07 +0200
commite830279524127d05d65b57405cf77b1a0d5b5133 (patch)
tree8ac0fb87f1ac224d1877a1b532f3bedd2e011dbe /myisam
parent194dbe1a9a53cd1b3f3614a8764f8c35587f70e0 (diff)
parent348416e930dd37137fc74f17c67d84d3e7274ce9 (diff)
downloadmariadb-git-e830279524127d05d65b57405cf77b1a0d5b5133.tar.gz
Merge service name code
Diffstat (limited to 'myisam')
-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");