diff options
Diffstat (limited to 'isam/test2.c')
-rw-r--r-- | isam/test2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isam/test2.c b/isam/test2.c index 176346e74fa..c8f97ccdefa 100644 --- a/isam/test2.c +++ b/isam/test2.c @@ -156,7 +156,7 @@ int main(int argc, char *argv[]) goto err; printf("- Writing key:s\n"); if (key_cacheing) - init_key_cache(IO_SIZE*16,(uint) IO_SIZE*4*10); /* Use a small cache */ + init_key_cache(IO_SIZE*16); /* Use a small cache */ if (locking) nisam_lock_database(file,F_WRLCK); if (write_cacheing) |