summaryrefslogtreecommitdiff
path: root/storage/myisammrg/myrg_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/myisammrg/myrg_update.c')
-rw-r--r--storage/myisammrg/myrg_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisammrg/myrg_update.c b/storage/myisammrg/myrg_update.c
index ba667d69f12..5d883be8484 100644
--- a/storage/myisammrg/myrg_update.c
+++ b/storage/myisammrg/myrg_update.c
@@ -17,7 +17,7 @@
#include "myrg_def.h"
-int myrg_update(register MYRG_INFO *info,const byte *oldrec, byte *newrec)
+int myrg_update(register MYRG_INFO *info,const uchar *oldrec, uchar *newrec)
{
if (!info->current_table)
return (my_errno=HA_ERR_NO_ACTIVE_RECORD);