summaryrefslogtreecommitdiff
path: root/storage/heap/hp_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/heap/hp_scan.c')
-rw-r--r--storage/heap/hp_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/heap/hp_scan.c b/storage/heap/hp_scan.c
index 4249ac4148a..e8913e92c86 100644
--- a/storage/heap/hp_scan.c
+++ b/storage/heap/hp_scan.c
@@ -34,7 +34,7 @@ int heap_scan_init(register HP_INFO *info)
DBUG_RETURN(0);
}
-int heap_scan(register HP_INFO *info, byte *record)
+int heap_scan(register HP_INFO *info, uchar *record)
{
HP_SHARE *share=info->s;
ulong pos;