summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2002-07-14 21:47:46 +0200
committerunknown <serg@sergbook.mysql.com>2002-07-14 21:47:46 +0200
commite9d8d147d6c6bb040f4bf57ee53f2832e9a83955 (patch)
treeb53b24f6e33023d7d8ec76bbad1101b24ec1c504 /include
parent142fc72f232bdd7cc2f7c66d3885cfdde47898b3 (diff)
downloadmariadb-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.h2
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;