summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
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 /sql/ha_innodb.cc
parent396b24a57c519bb85e74c01f427a7d02b4122035 (diff)
downloadmariadb-git-18a01ce9246616e2a3f131d69c132109335c9359.tar.gz
fixed warnings and compile errors from the fix for bug 26243
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index a2de8ea1d0b..1be6137460b 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -4250,7 +4250,7 @@ ha_innobase::rnd_pos(
int error;
uint keynr = active_index;
DBUG_ENTER("rnd_pos");
- DBUG_DUMP("key", pos, ref_length);
+ DBUG_DUMP("key", (uchar *)pos, ref_length);
statistic_increment(current_thd->status_var.ha_read_rnd_count,
&LOCK_status);