diff options
author | monty@mysql.com <> | 2003-11-21 01:53:01 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-11-21 01:53:01 +0200 |
commit | 8aeb63dd3bc0a7c7ec1cda701f721591929c41e3 (patch) | |
tree | d2ee92d6c747460f67b4e5c5612f5771fbc5e4c0 /include/keycache.h | |
parent | 32a62d506916c2f1ee34cb4494a10b66d1b4be2a (diff) | |
download | mariadb-git-8aeb63dd3bc0a7c7ec1cda701f721591929c41e3.tar.gz |
Update VC++ files
Portability fixes
After merge fixes
Diffstat (limited to 'include/keycache.h')
-rw-r--r-- | include/keycache.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |