summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2003-01-30 19:34:19 +0100
committerserg@serg.mysql.com <>2003-01-30 19:34:19 +0100
commit00db3c391ba9596b029e19a9d3e857f7ef3cd899 (patch)
treecb477b6110e646d1ca726a0f0b8bcf789769db2d /myisam/myisamdef.h
parent45ed0a0841b8937609f36d047f6ce0c9f5492331 (diff)
downloadmariadb-git-00db3c391ba9596b029e19a9d3e857f7ef3cd899.tar.gz
fixed crash with blobs in compressed table
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r--myisam/myisamdef.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h
index 601a9a40aea..92eead7b96c 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -608,8 +608,7 @@ extern "C" {
extern uint _mi_get_block_info(MI_BLOCK_INFO *,File, my_off_t);
extern uint _mi_rec_pack(MI_INFO *info,byte *to,const byte *from);
-extern uint _mi_pack_get_block_info(MI_INFO *mysql, MI_BLOCK_INFO *, File,
- my_off_t, char *rec_buf);
+extern uint _mi_pack_get_block_info(MI_INFO *, MI_BLOCK_INFO *, File, my_off_t);
extern void _my_store_blob_length(byte *pos,uint pack_length,uint length);
extern void _myisam_log(enum myisam_log_commands command,MI_INFO *info,
const byte *buffert,uint length);