1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Update VC++ files

Portability fixes
After merge fixes
This commit is contained in:
monty@mysql.com
2003-11-21 01:53:01 +02:00
parent 32a62d5069
commit 8aeb63dd3b
24 changed files with 96 additions and 65 deletions

View File

@@ -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 */