1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fixed bug in parallel repair

This commit is contained in:
unknown
2003-01-26 12:27:29 +01:00
parent 3229ddaaac
commit 0412d6522d
3 changed files with 36 additions and 35 deletions

View File

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