diff options
Diffstat (limited to 'isam/test3.c')
-rw-r--r-- | isam/test3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isam/test3.c b/isam/test3.c index 228030f5832..1b867ba0348 100644 --- a/isam/test3.c +++ b/isam/test3.c @@ -173,7 +173,7 @@ void start_test(int id) exit(1); } if (key_cacheing && rnd(2) == 0) - init_key_cache(65536L); + init_key_cache(dflt_keycache,512,65536L,0); printf("Process %d, pid: %d\n",id,(int) getpid()); fflush(stdout); for (error=i=0 ; i < tests && !error; i++) |