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
include/myisam.h: always store alloced_rec_buff_length with the buffer itself myisam/mi_check.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_dynrec.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_extra.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_key.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_open.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_packrec.c: always store alloced_rec_buff_length with the buffer itself myisam/myisamdef.h: always store alloced_rec_buff_length with the buffer itself
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user