mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
yet another generalization for rec_buff handling, MI_INFO doesn't need rec_alloc anymore
myisam/mi_close.c: yet another generalization for rec_buff handling myisam/mi_dynrec.c: yet another generalization for rec_buff handling myisam/mi_extra.c: yet another generalization for rec_buff handling myisam/mi_open.c: yet another generalization for rec_buff handling myisam/myisamdef.h: yet another generalization for rec_buff handling
This commit is contained in:
@ -101,7 +101,7 @@ int mi_close(register MI_INFO *info)
|
||||
error = my_errno;
|
||||
|
||||
myisam_log_command(MI_LOG_CLOSE,info,NULL,0,error);
|
||||
my_free((gptr) info->rec_alloc,MYF(MY_ALLOW_ZERO_PTR));
|
||||
my_free(mi_get_rec_buff_ptr(info, info->rec_buff), MYF(MY_ALLOW_ZERO_PTR));
|
||||
my_free((gptr) info,MYF(0));
|
||||
|
||||
if (error)
|
||||
|
Reference in New Issue
Block a user