summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <elliot@mysql.com>2005-07-19 22:32:08 +0200
committerunknown <elliot@mysql.com>2005-07-19 22:32:08 +0200
commit29654f69987720d4f132dd1093f28a8c0746941f (patch)
tree7738952d010d5e90cef128c2697bd833bef0dd7a
parenta29f6ca1f5bad9c201025dabc6731d7f81f3e5d2 (diff)
parent217f9fa1e63c5ef016f08b7767823cd05ead94b4 (diff)
downloadmariadb-git-29654f69987720d4f132dd1093f28a8c0746941f.tar.gz
Merge bk-internal:/home/bk/mysql-5.0
into mysql.com:/data0/emurphy/src/mysql-5.0
-rw-r--r--sql/ha_ndbcluster.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 81723690b83..9e6725178d5 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -707,8 +707,8 @@ int ha_ndbcluster::set_ndb_value(NdbOperation *ndb_op, Field *field,
blob_ptr= (char*)"";
}
- DBUG_PRINT("value", ("set blob ptr=%x len=%u",
- (unsigned)blob_ptr, blob_len));
+ DBUG_PRINT("value", ("set blob ptr=%p len=%u",
+ blob_ptr, blob_len));
DBUG_DUMP("value", (char*)blob_ptr, min(blob_len, 26));
if (set_blob_value)