summaryrefslogtreecommitdiff
path: root/myisammrg
diff options
context:
space:
mode:
authorunknown <gkodinov/kgeorge@macbook.gmz>2008-03-29 09:52:16 +0200
committerunknown <gkodinov/kgeorge@macbook.gmz>2008-03-29 09:52:16 +0200
commit18a01ce9246616e2a3f131d69c132109335c9359 (patch)
tree2375972d03b6138e81e39befae9c2ddb6ffabd86 /myisammrg
parent396b24a57c519bb85e74c01f427a7d02b4122035 (diff)
downloadmariadb-git-18a01ce9246616e2a3f131d69c132109335c9359.tar.gz
fixed warnings and compile errors from the fix for bug 26243
Diffstat (limited to 'myisammrg')
-rw-r--r--myisammrg/myrg_rkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisammrg/myrg_rkey.c b/myisammrg/myrg_rkey.c
index 0f9e9a9b822..627839331c6 100644
--- a/myisammrg/myrg_rkey.c
+++ b/myisammrg/myrg_rkey.c
@@ -92,6 +92,6 @@ int myrg_rkey(MYRG_INFO *info,byte *buf,int inx, const byte *key,
mi->once_flags|= RRND_PRESERVE_LASTINX;
DBUG_PRINT("info", ("using table no: %d",
(int) (info->current_table - info->open_tables + 1)));
- DBUG_DUMP("result key", (byte*) mi->lastkey, mi->lastkey_length);
+ DBUG_DUMP("result key", (uchar*) mi->lastkey, mi->lastkey_length);
DBUG_RETURN(_myrg_mi_read_record(mi,buf));
}