From 65822120f5b553914de5d3c8983014ae896ee81a Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.fi" <> Date: Sun, 1 Apr 2001 13:45:48 +0300 Subject: Fixed bug in ALTER TABLE Removed _mi_rkey() function New fork_big.pl multi-thread test --- myisam/mi_extra.c | 1 + 1 file changed, 1 insertion(+) (limited to 'myisam/mi_extra.c') diff --git a/myisam/mi_extra.c b/myisam/mi_extra.c index fe95c60931c..cf075512ac4 100644 --- a/myisam/mi_extra.c +++ b/myisam/mi_extra.c @@ -319,6 +319,7 @@ int mi_extra(MI_INFO *info, enum ha_extra_function function) { my_free(info->rec_alloc,MYF(MY_ALLOW_ZERO_PTR)); info->rec_alloc=info->rec_buff=0; + mi_fix_rec_buff_for_blob(info,info->s->base.pack_reclength); } break; case HA_EXTRA_NORMAL: /* Theese isn't in use */ -- cgit v1.2.1