diff options
author | Igor Babaev <igor@askmonty.org> | 2010-04-05 19:08:10 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2010-04-05 19:08:10 -0700 |
commit | a37899a81a57004612044477348cbf1707b38ba4 (patch) | |
tree | 7b9f7f73d1159a40d8b95052a5bf616d020b2cba /include/keycache.h | |
parent | 8730d0a4dd8ff6e6c94f118eb08334c30690b1ac (diff) | |
download | mariadb-git-a37899a81a57004612044477348cbf1707b38ba4.tar.gz |
Post review fixes.
Diffstat (limited to 'include/keycache.h')
-rw-r--r-- | include/keycache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keycache.h b/include/keycache.h index f8dc1cc8a5d..25a204cede2 100644 --- a/include/keycache.h +++ b/include/keycache.h @@ -52,7 +52,7 @@ typedef struct st_key_cache_statistics ulonglong writes; /* number of actual writes from buffers into files */ } KEY_CACHE_STATISTICS; -#define NO_LONG_KEY_CACHE_STAT_VARIABLES 3 +#define NUM_LONG_KEY_CACHE_STAT_VARIABLES 3 /* The type of a key cache object */ typedef enum key_cache_type |