diff options
author | monty@donna.mysql.fi <> | 2001-04-01 13:45:48 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-01 13:45:48 +0300 |
commit | 65822120f5b553914de5d3c8983014ae896ee81a (patch) | |
tree | b31bc7d8e38b04c6603c8f2240f10f86497e5003 /myisam/mi_extra.c | |
parent | a49a2e20012c5722e99e17cb3ef9c28a04389d96 (diff) | |
download | mariadb-git-65822120f5b553914de5d3c8983014ae896ee81a.tar.gz |
Fixed bug in ALTER TABLE
Removed _mi_rkey() function
New fork_big.pl multi-thread test
Diffstat (limited to 'myisam/mi_extra.c')
-rw-r--r-- | myisam/mi_extra.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |