1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

parallel repair needs rec_buff local for thread !!!

mysys/mf_iocache.c:
  remove debug output
This commit is contained in:
unknown
2002-07-14 21:47:46 +02:00
parent d8093cf6ff
commit af2d5f3df1
7 changed files with 50 additions and 47 deletions

View File

@ -378,6 +378,8 @@ typedef struct st_mi_sort_param
uint key, key_length,real_key_length,sortbuff_size;
uint maxbuffers, keys, find_length, sort_keys_length;
uchar **sort_keys;
byte *rec_buff;
uint alloced_rec_buff_length;
void *wordlist, *wordptr;
MI_KEYDEF *keyinfo;
SORT_INFO *sort_info;