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 6c3390a2720..7027c56d0f6 100644 --- a/isam/test3.c +++ b/isam/test3.c @@ -171,7 +171,7 @@ void start_test(int id) exit(1); } if (key_cacheing && rnd(2) == 0) - init_key_cache(65536L,(uint) IO_SIZE*4*10); + init_key_cache(65536L); printf("Process %d, pid: %d\n",id,(int) getpid()); fflush(stdout); for (error=i=0 ; i < tests && !error; i++) |