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