diff options
author | unknown <serg@sergbook.mysql.com> | 2002-07-14 21:47:46 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2002-07-14 21:47:46 +0200 |
commit | af2d5f3df11d4bcf51f465e6732f40dba06dbd94 (patch) | |
tree | b53b24f6e33023d7d8ec76bbad1101b24ec1c504 /myisam/myisamdef.h | |
parent | d8093cf6ff17e146e33e91ba16f46992859a5cc9 (diff) | |
download | mariadb-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.h | 2 |
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); |