diff options
| author | unknown <serg@sergbook.mysql.com> | 2002-07-14 21:47:46 +0200 |
|---|---|---|
| committer | unknown <serg@sergbook.mysql.com> | 2002-07-14 21:47:46 +0200 |
| commit | e9d8d147d6c6bb040f4bf57ee53f2832e9a83955 (patch) | |
| tree | b53b24f6e33023d7d8ec76bbad1101b24ec1c504 /include | |
| parent | 142fc72f232bdd7cc2f7c66d3885cfdde47898b3 (diff) | |
| download | mariadb-git-e9d8d147d6c6bb040f4bf57ee53f2832e9a83955.tar.gz | |
parallel repair needs rec_buff local for thread !!!
mysys/mf_iocache.c:
remove debug output
Diffstat (limited to 'include')
| -rw-r--r-- | include/myisam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index a30155841ff..cd70292d283 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -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; |
