summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2002-07-26 14:42:51 +0200
committerunknown <serg@sergbook.mysql.com>2002-07-26 14:42:51 +0200
commit4f46239445ff3ea2a6119bc6c3f5f1b4c0f43792 (patch)
tree0ec06db644f83dcda914d46e0e1ecad40ea13ab4 /include
parent55f65c0e4aaa00b18ffac4b972c6e254df78d303 (diff)
downloadmariadb-git-4f46239445ff3ea2a6119bc6c3f5f1b4c0f43792.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/myisam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/myisam.h b/include/myisam.h
index ac0305b2c4b..ff8544ba492 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -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;