summaryrefslogtreecommitdiff
path: root/myisam/mi_packrec.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-08-18 10:49:00 +0300
committermonty@hundin.mysql.fi <>2001-08-18 10:49:00 +0300
commitb1cb5b6ff02ef6b7aa869e4191adc645b318cec6 (patch)
tree6a8da232a534ba4330a0b544076af5db929af91b /myisam/mi_packrec.c
parentbfbc3252e18a17c12fa48a12f01a0223aed123af (diff)
downloadmariadb-git-b1cb5b6ff02ef6b7aa869e4191adc645b318cec6.tar.gz
Portability fixes.
Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
Diffstat (limited to 'myisam/mi_packrec.c')
-rw-r--r--myisam/mi_packrec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_packrec.c b/myisam/mi_packrec.c
index be7f9dcae0a..68d546b2010 100644
--- a/myisam/mi_packrec.c
+++ b/myisam/mi_packrec.c
@@ -962,7 +962,7 @@ int _mi_read_rnd_pack_record(MI_INFO *info, byte *buf,
b_type=_mi_pack_get_block_info(info,&block_info,info->dfile,filepos,
info->rec_buff);
if (b_type)
- goto err;
+ goto err; /* Error code is already set */
#ifndef DBUG_OFF
if (block_info.rec_len > share->max_pack_length)
{