summaryrefslogtreecommitdiff
path: root/storage/myisam/mi_rnext_same.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/myisam/mi_rnext_same.c')
-rw-r--r--storage/myisam/mi_rnext_same.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mi_rnext_same.c b/storage/myisam/mi_rnext_same.c
index 3a7004bf47c..1892fe3e1e0 100644
--- a/storage/myisam/mi_rnext_same.c
+++ b/storage/myisam/mi_rnext_same.c
@@ -24,7 +24,7 @@
based on the position of the last used key!
*/
-int mi_rnext_same(MI_INFO *info, byte *buf)
+int mi_rnext_same(MI_INFO *info, uchar *buf)
{
int error;
uint inx,not_used[2];