From 85388703c400d4a952085a8ed547494bd20863a2 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Tue, 26 Jun 2001 10:23:50 +0300 Subject: Fixed length rows should not use row checksum in MyISAM tables Fixed bug in handling of packed MyISAM keys --- myisam/mi_statrec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'myisam/mi_statrec.c') diff --git a/myisam/mi_statrec.c b/myisam/mi_statrec.c index 7af8c304c0f..e0fce6d3e1c 100644 --- a/myisam/mi_statrec.c +++ b/myisam/mi_statrec.c @@ -73,7 +73,7 @@ int _mi_write_static_record(MI_INFO *info, const byte *record) bzero((char*) temp,length); if (my_pwrite(info->dfile, (byte*) temp,length, info->state->data_file_length+ - info->s->base.pack_reclength, + info->s->base.reclength, info->s->write_flag)) goto err; } -- cgit v1.2.1