summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authormskold@mysql.com <>2005-04-13 16:24:17 +0200
committermskold@mysql.com <>2005-04-13 16:24:17 +0200
commitadd3fd3cca1ee381ac17633719421bc0fdd10c64 (patch)
treea1492386b6bc2738d5f8216a4814cf7d15ec4dad /myisam/myisamdef.h
parent32221d9b9e17867e5b2596e7ae36b0aa08dcc6fb (diff)
parente39ba639341241ebf59917499b2d4ccb161bb44f (diff)
downloadmariadb-git-add3fd3cca1ee381ac17633719421bc0fdd10c64.tar.gz
Merge
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 b66d7e71a05..a2d3dedf6df 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -584,7 +584,7 @@ extern byte *mi_alloc_rec_buff(MI_INFO *,ulong, byte**);
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 *record, byte *packpos,
- ulong reclength);
+ ulong packed_length, my_bool with_checkum);
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);