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 68d2ee7a82a..541f4a39a29 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(&dflt_keycache,dflt_key_block_size,IO_SIZE*16); /* Use a small cache */ + init_key_cache(dflt_keycache,512,IO_SIZE*16,0); /* Use a small cache */ if (locking) nisam_lock_database(file,F_WRLCK); if (write_cacheing) |