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:
@ -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;
|
||||
|
Reference in New Issue
Block a user