From c3cce96ed3db5fad372b368271e6c38a7c18bc78 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Nov 2003 01:53:01 +0200 Subject: Update VC++ files Portability fixes After merge fixes VC++Files/mysql.dsw: Added dependencys VC++Files/mysys/mysys.dsp: Add missing files client/mysqlcheck.c: Added comment client/mysqltest.c: Remove not used variables include/keycache.h: Removed not used element include/m_ctype.h: Portability fix include/my_base.h: Removed not used define myisam/mi_keycache.c: Added mutex for extra safety mysql-test/r/count_distinct3.result: Faster test mysql-test/r/rpl_change_master.result: updated results mysql-test/t/count_distinct3.test: Faster test mysql-test/t/rpl_change_master.test: Make test repeatable mysys/default.c: Remove compiler warning mysys/mf_keycache.c: Removed not used 'action' element mysys/my_getopt.c: Remove not used variable sql/ha_myisam.cc: Remove compiler warning sql/item.cc: Fixed wrong patch from last changeset sql/item_timefunc.cc: Remove compiler warnings sql/set_var.cc: Remove compiler warnings sql/sql_prepare.cc: Remove not used variables sql/sql_repl.cc: After merge fix sql/sql_select.h: Added comments sql/sql_table.cc: Remove not used define strings/ctype-tis620.c: Remove not used variables --- include/keycache.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/keycache.h') diff --git a/include/keycache.h b/include/keycache.h index 824c5874ffc..340ab881fee 100644 --- a/include/keycache.h +++ b/include/keycache.h @@ -91,9 +91,6 @@ typedef struct st_key_cache ulong global_cache_read; /* number of reads from files to the cache */ int blocks; /* max number of blocks in the cache */ my_bool in_init; /* Set to 1 in MySQL during init/resize */ - - /* optional call back function */ - void (*action)(struct st_key_cache *); } KEY_CACHE; /* The default key cache */ -- cgit v1.2.1