summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_sys.h')
-rw-r--r--include/my_sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index e873f2012b7..5dd09dc5ec4 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -324,7 +324,7 @@ typedef struct st_io_cache_share
/* to sync on reads into buffer */
pthread_mutex_t mutex;
pthread_cond_t cond;
- int count;
+ int count, total;
/* actual IO_CACHE that filled the buffer */
struct st_io_cache *active;
#ifdef NOT_YET_IMPLEMENTED