From 7c6113a39f56832da982cfb4ff191e9db49ca798 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Thu, 20 Nov 2003 22:06:25 +0200 Subject: Merge key cache structures to one Fixed compiler warnings (IRIX C compiler and VC++) --- isam/panic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isam/panic.c') diff --git a/isam/panic.c b/isam/panic.c index de765f50e62..7af979a5104 100644 --- a/isam/panic.c +++ b/isam/panic.c @@ -48,7 +48,7 @@ int nisam_panic(enum ha_panic_function flag) if (info->s->base.options & HA_OPTION_READ_ONLY_DATA) break; #endif - if (flush_key_blocks(*dflt_keycache,info->s->kfile,FLUSH_RELEASE)) + if (flush_key_blocks(dflt_key_cache,info->s->kfile,FLUSH_RELEASE)) error=my_errno; if (info->opt_flag & WRITE_CACHE_USED) if (flush_io_cache(&info->rec_cache)) -- cgit v1.2.1