summaryrefslogtreecommitdiff
path: root/myisam/mi_extra.c
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
commitb0f2b107f912a898aed4a0ce82add12f6df801a3 (patch)
tree0ec06db644f83dcda914d46e0e1ecad40ea13ab4 /myisam/mi_extra.c
parent520e95898e360cf2495c664dcfd3ad7aed893551 (diff)
downloadmariadb-git-b0f2b107f912a898aed4a0ce82add12f6df801a3.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 'myisam/mi_extra.c')
-rw-r--r--myisam/mi_extra.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/myisam/mi_extra.c b/myisam/mi_extra.c
index 8ac65975a5c..519cc5bc2b8 100644
--- a/myisam/mi_extra.c
+++ b/myisam/mi_extra.c
@@ -344,8 +344,7 @@ int mi_extra(MI_INFO *info, enum ha_extra_function function, void *extra_arg)
}
}
if (share->base.blobs)
- mi_alloc_rec_buff(info, -1, &info->rec_buff,
- &info->alloced_rec_buff_length);
+ mi_alloc_rec_buff(info, -1, &info->rec_buff);
break;
case HA_EXTRA_NORMAL: /* Theese isn't in use */
info->quick_mode=0;