summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2002-07-14 21:48:41 +0200
committerunknown <serg@sergbook.mysql.com>2002-07-14 21:48:41 +0200
commit295d1092f9d5990a9d6a87893a489af0dbc15d29 (patch)
tree015fcb37abdb8732c874dbeb3b8a79fd84d59319 /include
parent93ea491c86d87830f9909f46747b616a435d209a (diff)
parentaf2d5f3df11d4bcf51f465e6732f40dba06dbd94 (diff)
downloadmariadb-git-295d1092f9d5990a9d6a87893a489af0dbc15d29.tar.gz
Merge work:/home/bk/mysql-4.0
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
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;