1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MyISAM: always store alloced_rec_buff_length with the buffer itself

This commit is contained in:
serg@sergbook.mysql.com
2002-07-26 14:42:51 +02:00
parent 5d978447b2
commit 43ef1198e9
8 changed files with 24 additions and 46 deletions

View File

@ -379,7 +379,6 @@ typedef struct st_mi_sort_param
my_off_t pos,max_pos,filepos,start_recpos;
uint key, key_length,real_key_length,sortbuff_size;
uint maxbuffers, keys, find_length, sort_keys_length;
uint alloced_rec_buff_length;
my_bool fix_datafile, master;
MI_KEYDEF *keyinfo;
SORT_INFO *sort_info;