diff options
author | unknown <elliot@mysql.com> | 2005-07-19 22:32:08 +0200 |
---|---|---|
committer | unknown <elliot@mysql.com> | 2005-07-19 22:32:08 +0200 |
commit | 29654f69987720d4f132dd1093f28a8c0746941f (patch) | |
tree | 7738952d010d5e90cef128c2697bd833bef0dd7a | |
parent | a29f6ca1f5bad9c201025dabc6731d7f81f3e5d2 (diff) | |
parent | 217f9fa1e63c5ef016f08b7767823cd05ead94b4 (diff) | |
download | mariadb-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.cc | 4 |
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) |