summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2002-07-14 21:47:46 +0200
committerunknown <serg@sergbook.mysql.com>2002-07-14 21:47:46 +0200
commitaf2d5f3df11d4bcf51f465e6732f40dba06dbd94 (patch)
treeb53b24f6e33023d7d8ec76bbad1101b24ec1c504 /myisam/myisamdef.h
parentd8093cf6ff17e146e33e91ba16f46992859a5cc9 (diff)
downloadmariadb-git-af2d5f3df11d4bcf51f465e6732f40dba06dbd94.tar.gz
parallel repair needs rec_buff local for thread !!!
mysys/mf_iocache.c: remove debug output
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r--myisam/myisamdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h
index 72bffab78c2..5790ae6f475 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -530,7 +530,7 @@ extern gptr mi_get_rec_buff_ptr(MI_INFO *, byte *);
&((INFO)->rec_buff), &((INFO)->alloced_rec_buff_length))
extern ulong _mi_rec_unpack(MI_INFO *info,byte *to,byte *from,
ulong reclength);
-extern my_bool _mi_rec_check(MI_INFO *info,const char *from);
+extern my_bool _mi_rec_check(MI_INFO *info,const char *record, byte *packpos);
extern int _mi_write_part_record(MI_INFO *info,my_off_t filepos,ulong length,
my_off_t next_filepos,byte **record,
ulong *reclength,int *flag);